Shades of Citrus #9DAE18
Tints of Citrus #9DAE18
RGB
CMYK
RGB Variations
Color information
#9DAE18 (or 0x9DAE18) is known color: Citrus. HEX triplet: 9D, AE and 18. RGB value is (157,174,24). Sum of RGB (Red+Green+Blue) = 157+174+24=355 (47% of max value = 765). Red value is 157 (61.72% from 255 or 44.23% from 355); Green value is 174 (68.36% from 255 or 49.01% from 355); Blue value is 24 (9.77% from 255 or 6.76% from 355); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE18 is #6251E7. Grayscale: #989898. Windows color (decimal): -6443496 or 1617565. OLE color: 1617565.
HSL color Cylindrical-coordinate representation of color #9DAE18: hue angle of 66.8º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9DAE18 is Cyan = 0.10, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 24 | - |
| CMYK | 0.10 | 0 | 0.86 | 0.32 |
| HSL | 66.8º | 0.76% | 0.39% | - |
| HSV(B) | 66.8º | 0.86% | 0.68% | - |
| XYZ | 29.21 | 37.51 | 6.56 | - |
| YUV | 151.82 | 55.87 | 131.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 24 | 0.10 | 0 | 0.86 | 0.32 | 66.8 | 0.76 | 0.39 |
| Hex | 9D | AE | 18 | A | 0 | 56 | 20 | 43 | 4C | 27 |
| Octal | 235 | 256 | 30 | 12 | 0 | 126 | 40 | 103 | 114 | 47 |
| Binary | 10011101 | 10101110 | 11000 | 1010 | 0 | 1010110 | 100000 | 1000011 | 1001100 | 100111 |
Color Harmonies of #9DAE18
Complementary color
Monochromatic Colors of #9DAE18
Black with #9DAE18
Text Example
Text Example
White with #9DAE18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE18; }
p { color: rgb(157,174,24); }
H1.HeaderClassName
{
color: #9DAE18;
}
.AnyTagClassName
{
color: #9DAE18;
}
</style>
background-color css
<style>
a { background-color: #9DAE18; }
a { background-color: rgb(157,174,24); }
div.DivClassName
{
background-color: #9DAE18;
}
.BgClassName
{
background-color: #9DAE18;
}
</style>
border-color css
<style>
span { border-color: #9DAE18; }
span { border-color: rgb(157,174,24); }
td.TdClassName
{
border-color: #9DAE18;
}
.TagClassName
{
border-color: #9DAE18;
}
</style>