COLOR #1DFB09

HEX: #1DFB09
RGB: (29,251,9)

Color info

#1DFB09 contains mainly green color. Web safe color of #1DFB09 is #33FF00 (or #3F0).

RGB color model

#1DFB09 color RGB value is (29,251,9).

  • red value is 29;
  • green value is 251;
  • blue value is 9.
RGB:
(29,251,9)
(11%,98%,4%)

RGB channels and saturation

R 29 of 255 = 11%
G 251 of 255 = 98%
B 9 of 255 = 4%

29
251
9

R + G + B ~ 38%. #1DFB09 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
29 + 251 + 9 = 289 (100%)
R 29 of 289 ~ 10.03%
G 251 of 289 ~ 86.85%
B 9 of 289 ~ 3.11%

%10.03
%86.85

CMYK color model

#1DFB09 color CMYK value is (88,0,96,2).

  • cyan value is 88.45%
  • magenta value is 0.00%
  • yellow value is 96.41%
  • key color value is 1.57%
CMYK:
(88,0,96,2)
C88M0Y96K2 
(88%,0%,96%,2%)
(0.88/0.00/0.96/0.02)	

CMYK percentages

%88.45
%0
%96.41
%1.57

Codes

Color #1DFB09 in popluar color models

1DFB09
RGB292519
HSL115°96.80%50.98%
HSB/HSV115°96.41%98.43%
CMYK88.45%0.00%96.41%
1.57%

Color #1DFB09 in popluar number systems.

HEX1DFB09
Decimal292519
Binary11101111110111001
Octal3537311

Shades and tints

Shades of #1DFB09

#1DFB09
(29,251,9)
#1BE509
(27,229,9)
#19CF09
(25,207,9)
#17B909
(23,185,9)
#15A309
(21,163,9)
#138D09
(19,141,9)
#117709
(17,119,9)
#0F6109
(15,97,9)
#0D4B09
(13,75,9)
#0B3509
(11,53,9)
#091F09
(9,31,9)
#000000
(0,0,0)

Tints of #1DFB09

#1DFB09
(29,251,9)
#31FB1F
(49,251,31)
#45FB35
(69,251,53)
#59FB4B
(89,251,75)
#6DFB61
(109,251,97)
#81FB77
(129,251,119)
#95FB8D
(149,251,141)
#A9FBA3
(169,251,163)
#BDFBB9
(189,251,185)
#D1FBCF
(209,251,207)
#E5FBE5
(229,251,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1DFB09 color. Also use rgb(29,251,9) instead hex code.

Text Font Color

.myTextColor { color: #1DFB09; }

<p style="color:#1DFB09">This sample text font color is #1DFB09.</p>

This text font color is #1DFB09.


Background Color

.myBgColor { background-color: #1DFB09; }

<div style="background-color:#1DFB09">Inner text</div>

This div background color is #1DFB09.


Border color

.myBorderColor { border: 1px solid #1DFB09; }

<div style="border:3px solid #1DFB09">Div</div>

This div border color is #1DFB09.


Opacity

.myOpacity80 { color: #1DFB09; opacity: 0.8; }

<p style="color:#1DFB09;opacity:0.8;">80%</p>

Text with #1DFB09 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #1DFB09;}

<p style="text-shadow: 3px 3px 1px #1DFB09">Text here.</p>

This text has shadow with #1DFB09 color.

.textShadow {text-shadow: 3px 3px 1px #1DFB09, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #1DFB09, 5px 5px 20px red">Text here.</p>

This text has shadow with #1DFB09 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#1DFB09, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#1DFB09, Direction=45, Strength=4)">Text</p>

This text has shadow with #1DFB09 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #1DFB09;
  -webkit-box-shadow:	1px 1px 3px 2px #1DFB09;
  box-shadow:		1px 1px 3px 2px #1DFB09;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #1DFB09;
-webkit-box-shadow: 1px 1px 3px 2px #1DFB09;
box-shadow:1px 1px 3px 2px #1DFB09;">
Div content here</div>
This div box has shadow with color #1DFB09.

Preview

Color preview on black background

This text has color #1DFB09 on black background.


Color preview on white background

This text has color #1DFB09 on white background.



Black color preview on #1DFB09 background

This text has black color on #1DFB09 background.


White color preview on #1DFB09 background

This text has white color on #1DFB09 background.