Shades of Citrus #9DC412
Tints of Citrus #9DC412
RGB
CMYK
RGB Variations
Color information
#9DC412 (or 0x9DC412) is known color: Citrus. HEX triplet: 9D, C4 and 12. RGB value is (157,196,18). Sum of RGB (Red+Green+Blue) = 157+196+18=371 (49% of max value = 765). Red value is 157 (61.72% from 255 or 42.32% from 371); Green value is 196 (76.95% from 255 or 52.83% from 371); Blue value is 18 (7.42% from 255 or 4.85% from 371); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DC412 is #623BED. Grayscale: #A4A4A4. Windows color (decimal): -6437870 or 1229981. OLE color: 1229981.
HSL color Cylindrical-coordinate representation of color #9DC412: hue angle of 73.15º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9DC412 is Cyan = 0.20, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 157 | 196 | 18 | - |
| CMYK | 0.20 | 0 | 0.91 | 0.23 |
| HSL | 73.15º | 0.83% | 0.42% | - |
| HSV(B) | 73.15º | 0.91% | 0.77% | - |
| XYZ | 33.75 | 46.69 | 7.81 | - |
| YUV | 164.05 | 45.58 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 196 | 18 | 0.20 | 0 | 0.91 | 0.23 | 73.15 | 0.83 | 0.42 |
| Hex | 9D | C4 | 12 | 14 | 0 | 5B | 17 | 49 | 53 | 2A |
| Octal | 235 | 304 | 22 | 24 | 0 | 133 | 27 | 111 | 123 | 52 |
| Binary | 10011101 | 11000100 | 10010 | 10100 | 0 | 1011011 | 10111 | 1001001 | 1010011 | 101010 |
Color Harmonies of #9DC412
Complementary color
Monochromatic Colors of #9DC412
Black with #9DC412
Text Example
Text Example
White with #9DC412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC412; }
p { color: rgb(157,196,18); }
H1.HeaderClassName
{
color: #9DC412;
}
.AnyTagClassName
{
color: #9DC412;
}
</style>
background-color css
<style>
a { background-color: #9DC412; }
a { background-color: rgb(157,196,18); }
div.DivClassName
{
background-color: #9DC412;
}
.BgClassName
{
background-color: #9DC412;
}
</style>
border-color css
<style>
span { border-color: #9DC412; }
span { border-color: rgb(157,196,18); }
td.TdClassName
{
border-color: #9DC412;
}
.TagClassName
{
border-color: #9DC412;
}
</style>