Shades of Yellow Green #9ECD1F
Tints of Yellow Green #9ECD1F
RGB
CMYK
RGB Variations
Color information
#9ECD1F (or 0x9ECD1F) is known color: Yellow Green. HEX triplet: 9E, CD and 1F. RGB value is (158,205,31). Sum of RGB (Red+Green+Blue) = 158+205+31=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 31 (12.5% from 255 or 7.87% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9ECD1F is #6132E0. Grayscale: #ABABAB. Windows color (decimal): -6370017 or 2084254. OLE color: 2084254.
HSL color Cylindrical-coordinate representation of color #9ECD1F: hue angle of 76.21º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9ECD1F is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 31 | - |
| CMYK | 0.23 | 0 | 0.85 | 0.20 |
| HSL | 76.21º | 0.74% | 0.46% | - |
| HSV(B) | 76.21º | 0.85% | 0.8% | - |
| XYZ | 36.18 | 51.03 | 9.24 | - |
| YUV | 171.11 | 48.93 | 118.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 31 | 0.23 | 0 | 0.85 | 0.20 | 76.21 | 0.74 | 0.46 |
| Hex | 9E | CD | 1F | 17 | 0 | 55 | 14 | 4C | 4A | 2E |
| Octal | 236 | 315 | 37 | 27 | 0 | 125 | 24 | 114 | 112 | 56 |
| Binary | 10011110 | 11001101 | 11111 | 10111 | 0 | 1010101 | 10100 | 1001100 | 1001010 | 101110 |
Color Harmonies of #9ECD1F
Complementary color
Monochromatic Colors of #9ECD1F
Black with #9ECD1F
Text Example
Text Example
White with #9ECD1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD1F; }
p { color: rgb(158,205,31); }
H1.HeaderClassName
{
color: #9ECD1F;
}
.AnyTagClassName
{
color: #9ECD1F;
}
</style>
background-color css
<style>
a { background-color: #9ECD1F; }
a { background-color: rgb(158,205,31); }
div.DivClassName
{
background-color: #9ECD1F;
}
.BgClassName
{
background-color: #9ECD1F;
}
</style>
border-color css
<style>
span { border-color: #9ECD1F; }
span { border-color: rgb(158,205,31); }
td.TdClassName
{
border-color: #9ECD1F;
}
.TagClassName
{
border-color: #9ECD1F;
}
</style>