Shades of Citrus #9DAE12
Tints of Citrus #9DAE12
RGB
CMYK
RGB Variations
Color information
#9DAE12 (or 0x9DAE12) is known color: Citrus. HEX triplet: 9D, AE and 12. RGB value is (157,174,18). Sum of RGB (Red+Green+Blue) = 157+174+18=349 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.99% from 349); Green value is 174 (68.36% from 255 or 49.86% from 349); Blue value is 18 (7.42% from 255 or 5.16% from 349); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE12 is #6251ED. Grayscale: #979797. Windows color (decimal): -6443502 or 1224349. OLE color: 1224349.
HSL color Cylindrical-coordinate representation of color #9DAE12: hue angle of 66.54º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9DAE12 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 18 | - |
| CMYK | 0.10 | 0 | 0.90 | 0.32 |
| HSL | 66.54º | 0.81% | 0.38% | - |
| HSV(B) | 66.54º | 0.9% | 0.68% | - |
| XYZ | 29.15 | 37.48 | 6.27 | - |
| YUV | 151.13 | 52.87 | 132.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 18 | 0.10 | 0 | 0.90 | 0.32 | 66.54 | 0.81 | 0.38 |
| Hex | 9D | AE | 12 | A | 0 | 5A | 20 | 43 | 51 | 26 |
| Octal | 235 | 256 | 22 | 12 | 0 | 132 | 40 | 103 | 121 | 46 |
| Binary | 10011101 | 10101110 | 10010 | 1010 | 0 | 1011010 | 100000 | 1000011 | 1010001 | 100110 |
Color Harmonies of #9DAE12
Complementary color
Monochromatic Colors of #9DAE12
Black with #9DAE12
Text Example
Text Example
White with #9DAE12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE12; }
p { color: rgb(157,174,18); }
H1.HeaderClassName
{
color: #9DAE12;
}
.AnyTagClassName
{
color: #9DAE12;
}
</style>
background-color css
<style>
a { background-color: #9DAE12; }
a { background-color: rgb(157,174,18); }
div.DivClassName
{
background-color: #9DAE12;
}
.BgClassName
{
background-color: #9DAE12;
}
</style>
border-color css
<style>
span { border-color: #9DAE12; }
span { border-color: rgb(157,174,18); }
td.TdClassName
{
border-color: #9DAE12;
}
.TagClassName
{
border-color: #9DAE12;
}
</style>