Shades of Citrus #9DAE17
Tints of Citrus #9DAE17
RGB
CMYK
RGB Variations
Color information
#9DAE17 (or 0x9DAE17) is known color: Citrus. HEX triplet: 9D, AE and 17. RGB value is (157,174,23). Sum of RGB (Red+Green+Blue) = 157+174+23=354 (46% of max value = 765). Red value is 157 (61.72% from 255 or 44.35% from 354); Green value is 174 (68.36% from 255 or 49.15% from 354); Blue value is 23 (9.38% from 255 or 6.50% from 354); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE17 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE17 is #6251E8. Grayscale: #989898. Windows color (decimal): -6443497 or 1552029. OLE color: 1552029.
HSL color Cylindrical-coordinate representation of color #9DAE17: hue angle of 66.75º degrees, saturation: 0.77, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9DAE17 is Cyan = 0.10, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 23 | - |
| CMYK | 0.10 | 0 | 0.87 | 0.32 |
| HSL | 66.75º | 0.77% | 0.39% | - |
| HSV(B) | 66.75º | 0.87% | 0.68% | - |
| XYZ | 29.2 | 37.5 | 6.51 | - |
| YUV | 151.7 | 55.37 | 131.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 23 | 0.10 | 0 | 0.87 | 0.32 | 66.75 | 0.77 | 0.39 |
| Hex | 9D | AE | 17 | A | 0 | 57 | 20 | 43 | 4D | 27 |
| Octal | 235 | 256 | 27 | 12 | 0 | 127 | 40 | 103 | 115 | 47 |
| Binary | 10011101 | 10101110 | 10111 | 1010 | 0 | 1010111 | 100000 | 1000011 | 1001101 | 100111 |
Color Harmonies of #9DAE17
Complementary color
Monochromatic Colors of #9DAE17
Black with #9DAE17
Text Example
Text Example
White with #9DAE17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE17; }
p { color: rgb(157,174,23); }
H1.HeaderClassName
{
color: #9DAE17;
}
.AnyTagClassName
{
color: #9DAE17;
}
</style>
background-color css
<style>
a { background-color: #9DAE17; }
a { background-color: rgb(157,174,23); }
div.DivClassName
{
background-color: #9DAE17;
}
.BgClassName
{
background-color: #9DAE17;
}
</style>
border-color css
<style>
span { border-color: #9DAE17; }
span { border-color: rgb(157,174,23); }
td.TdClassName
{
border-color: #9DAE17;
}
.TagClassName
{
border-color: #9DAE17;
}
</style>