Shades of Yellow Green #9DD12D
Tints of Yellow Green #9DD12D
RGB
CMYK
RGB Variations
Color information
#9DD12D (or 0x9DD12D) is known color: Yellow Green. HEX triplet: 9D, D1 and 2D. RGB value is (157,209,45). Sum of RGB (Red+Green+Blue) = 157+209+45=411 (54% of max value = 765). Red value is 157 (61.72% from 255 or 38.20% from 411); Green value is 209 (82.03% from 255 or 50.85% from 411); Blue value is 45 (17.97% from 255 or 10.95% from 411); Max value from RGB is 209 - color contains mainly: green. Hex color #9DD12D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DD12D is #622ED2. Grayscale: #AFAFAF. Windows color (decimal): -6434515 or 3002781. OLE color: 3002781.
HSL color Cylindrical-coordinate representation of color #9DD12D: hue angle of 79.02º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9DD12D is Cyan = 0.25, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 157 | 209 | 45 | - |
| CMYK | 0.25 | 0 | 0.78 | 0.18 |
| HSL | 79.02º | 0.65% | 0.5% | - |
| HSV(B) | 79.02º | 0.78% | 0.82% | - |
| XYZ | 37.18 | 52.96 | 10.75 | - |
| YUV | 174.76 | 54.77 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 209 | 45 | 0.25 | 0 | 0.78 | 0.18 | 79.02 | 0.65 | 0.5 |
| Hex | 9D | D1 | 2D | 19 | 0 | 4E | 12 | 4F | 41 | 32 |
| Octal | 235 | 321 | 55 | 31 | 0 | 116 | 22 | 117 | 101 | 62 |
| Binary | 10011101 | 11010001 | 101101 | 11001 | 0 | 1001110 | 10010 | 1001111 | 1000001 | 110010 |
Color Harmonies of #9DD12D
Complementary color
Monochromatic Colors of #9DD12D
Black with #9DD12D
Text Example
Text Example
White with #9DD12D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DD12D; }
p { color: rgb(157,209,45); }
H1.HeaderClassName
{
color: #9DD12D;
}
.AnyTagClassName
{
color: #9DD12D;
}
</style>
background-color css
<style>
a { background-color: #9DD12D; }
a { background-color: rgb(157,209,45); }
div.DivClassName
{
background-color: #9DD12D;
}
.BgClassName
{
background-color: #9DD12D;
}
</style>
border-color css
<style>
span { border-color: #9DD12D; }
span { border-color: rgb(157,209,45); }
td.TdClassName
{
border-color: #9DD12D;
}
.TagClassName
{
border-color: #9DD12D;
}
</style>