Shades of Citrus #9DAE08
Tints of Citrus #9DAE08
RGB
CMYK
RGB Variations
Color information
#9DAE08 (or 0x9DAE08) is known color: Citrus. HEX triplet: 9D, AE and 08. RGB value is (157,174,8). Sum of RGB (Red+Green+Blue) = 157+174+8=339 (44% of max value = 765). Red value is 157 (61.72% from 255 or 46.31% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 8 (3.52% from 255 or 2.36% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #9DAE08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9DAE08 is #6251F7. Grayscale: #969696. Windows color (decimal): -6443512 or 568989. OLE color: 568989.
HSL color Cylindrical-coordinate representation of color #9DAE08: hue angle of 66.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9DAE08 is Cyan = 0.10, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 157 | 174 | 8 | - |
| CMYK | 0.10 | 0 | 0.95 | 0.32 |
| HSL | 66.14º | 0.91% | 0.36% | - |
| HSV(B) | 66.14º | 0.95% | 0.68% | - |
| XYZ | 29.08 | 37.46 | 5.93 | - |
| YUV | 149.99 | 47.87 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 174 | 8 | 0.10 | 0 | 0.95 | 0.32 | 66.14 | 0.91 | 0.36 |
| Hex | 9D | AE | 8 | A | 0 | 5F | 20 | 42 | 5B | 24 |
| Octal | 235 | 256 | 10 | 12 | 0 | 137 | 40 | 102 | 133 | 44 |
| Binary | 10011101 | 10101110 | 1000 | 1010 | 0 | 1011111 | 100000 | 1000010 | 1011011 | 100100 |
Color Harmonies of #9DAE08
Complementary color
Monochromatic Colors of #9DAE08
Black with #9DAE08
Text Example
Text Example
White with #9DAE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DAE08; }
p { color: rgb(157,174,8); }
H1.HeaderClassName
{
color: #9DAE08;
}
.AnyTagClassName
{
color: #9DAE08;
}
</style>
background-color css
<style>
a { background-color: #9DAE08; }
a { background-color: rgb(157,174,8); }
div.DivClassName
{
background-color: #9DAE08;
}
.BgClassName
{
background-color: #9DAE08;
}
</style>
border-color css
<style>
span { border-color: #9DAE08; }
span { border-color: rgb(157,174,8); }
td.TdClassName
{
border-color: #9DAE08;
}
.TagClassName
{
border-color: #9DAE08;
}
</style>