Shades of Yellow Green #9DCC20
Tints of Yellow Green #9DCC20
RGB
CMYK
RGB Variations
Color information
#9DCC20 (or 0x9DCC20) is known color: Yellow Green. HEX triplet: 9D, CC and 20. RGB value is (157,204,32). Sum of RGB (Red+Green+Blue) = 157+204+32=393 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.95% from 393); Green value is 204 (80.08% from 255 or 51.91% from 393); Blue value is 32 (12.89% from 255 or 8.14% from 393); Max value from RGB is 204 - color contains mainly: green. Hex color #9DCC20 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DCC20 is #6233DF. Grayscale: #AAAAAA. Windows color (decimal): -6435808 or 2149533. OLE color: 2149533.
HSL color Cylindrical-coordinate representation of color #9DCC20: hue angle of 76.4º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9DCC20 is Cyan = 0.23, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 157 | 204 | 32 | - |
| CMYK | 0.23 | 0 | 0.84 | 0.2 |
| HSL | 76.4º | 0.73% | 0.46% | - |
| HSV(B) | 76.4º | 0.84% | 0.8% | - |
| XYZ | 35.76 | 50.46 | 9.22 | - |
| YUV | 170.34 | 49.93 | 118.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 204 | 32 | 0.23 | 0 | 0.84 | 0.2 | 76.4 | 0.73 | 0.46 |
| Hex | 9D | CC | 20 | 17 | 0 | 54 | 14 | 4C | 49 | 2E |
| Octal | 235 | 314 | 40 | 27 | 0 | 124 | 24 | 114 | 111 | 56 |
| Binary | 10011101 | 11001100 | 100000 | 10111 | 0 | 1010100 | 10100 | 1001100 | 1001001 | 101110 |
Color Harmonies of #9DCC20
Complementary color
Monochromatic Colors of #9DCC20
Black with #9DCC20
Text Example
Text Example
White with #9DCC20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DCC20; }
p { color: rgb(157,204,32); }
H1.HeaderClassName
{
color: #9DCC20;
}
.AnyTagClassName
{
color: #9DCC20;
}
</style>
background-color css
<style>
a { background-color: #9DCC20; }
a { background-color: rgb(157,204,32); }
div.DivClassName
{
background-color: #9DCC20;
}
.BgClassName
{
background-color: #9DCC20;
}
</style>
border-color css
<style>
span { border-color: #9DCC20; }
span { border-color: rgb(157,204,32); }
td.TdClassName
{
border-color: #9DCC20;
}
.TagClassName
{
border-color: #9DCC20;
}
</style>