Shades of Citrus #9DB412
Tints of Citrus #9DB412
RGB
CMYK
RGB Variations
Color information
#9DB412 (or 0x9DB412) is known color: Citrus. HEX triplet: 9D, B4 and 12. RGB value is (157,180,18). Sum of RGB (Red+Green+Blue) = 157+180+18=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 18 (7.42% from 255 or 5.07% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #9DB412 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #9DB412 is #624BED. Grayscale: #9B9B9B. Windows color (decimal): -6441966 or 1225885. OLE color: 1225885.
HSL color Cylindrical-coordinate representation of color #9DB412: hue angle of 68.52º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DB412 is Cyan = 0.13, Magento = 0, Yellow = 0.9 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 157 | 180 | 18 | - |
| CMYK | 0.13 | 0 | 0.9 | 0.29 |
| HSL | 68.52º | 0.82% | 0.39% | - |
| HSV(B) | 68.52º | 0.9% | 0.71% | - |
| XYZ | 30.34 | 39.85 | 6.67 | - |
| YUV | 154.66 | 50.88 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 180 | 18 | 0.13 | 0 | 0.9 | 0.29 | 68.52 | 0.82 | 0.39 |
| Hex | 9D | B4 | 12 | D | 0 | 5A | 1D | 45 | 52 | 27 |
| Octal | 235 | 264 | 22 | 15 | 0 | 132 | 35 | 105 | 122 | 47 |
| Binary | 10011101 | 10110100 | 10010 | 1101 | 0 | 1011010 | 11101 | 1000101 | 1010010 | 100111 |
Color Harmonies of #9DB412
Complementary color
Monochromatic Colors of #9DB412
Black with #9DB412
Text Example
Text Example
White with #9DB412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DB412; }
p { color: rgb(157,180,18); }
H1.HeaderClassName
{
color: #9DB412;
}
.AnyTagClassName
{
color: #9DB412;
}
</style>
background-color css
<style>
a { background-color: #9DB412; }
a { background-color: rgb(157,180,18); }
div.DivClassName
{
background-color: #9DB412;
}
.BgClassName
{
background-color: #9DB412;
}
</style>
border-color css
<style>
span { border-color: #9DB412; }
span { border-color: rgb(157,180,18); }
td.TdClassName
{
border-color: #9DB412;
}
.TagClassName
{
border-color: #9DB412;
}
</style>