Shades of Citrus #9AAE08
Tints of Citrus #9AAE08
RGB
CMYK
RGB Variations
Color information
#9AAE08 (or 0x9AAE08) is known color: Citrus. HEX triplet: 9A, AE and 08. RGB value is (154,174,8). Sum of RGB (Red+Green+Blue) = 154+174+8=336 (44% of max value = 765). Red value is 154 (60.55% from 255 or 45.83% from 336); Green value is 174 (68.36% from 255 or 51.79% from 336); Blue value is 8 (3.52% from 255 or 2.38% from 336); Max value from RGB is 174 - color contains mainly: green. Hex color #9AAE08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #9AAE08 is #6551F7. Grayscale: #959595. Windows color (decimal): -6640120 or 568986. OLE color: 568986.
HSL color Cylindrical-coordinate representation of color #9AAE08: hue angle of 67.23º 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 #9AAE08 is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 174 | 8 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.32 |
| HSL | 67.23º | 0.91% | 0.36% | - |
| HSV(B) | 67.23º | 0.95% | 0.68% | - |
| XYZ | 28.51 | 37.16 | 5.9 | - |
| YUV | 149.1 | 48.37 | 131.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 174 | 8 | 0.11 | 0 | 0.95 | 0.32 | 67.23 | 0.91 | 0.36 |
| Hex | 9A | AE | 8 | B | 0 | 5F | 20 | 43 | 5B | 24 |
| Octal | 232 | 256 | 10 | 13 | 0 | 137 | 40 | 103 | 133 | 44 |
| Binary | 10011010 | 10101110 | 1000 | 1011 | 0 | 1011111 | 100000 | 1000011 | 1011011 | 100100 |
Color Harmonies of #9AAE08
Complementary color
Monochromatic Colors of #9AAE08
Black with #9AAE08
Text Example
Text Example
White with #9AAE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AAE08; }
p { color: rgb(154,174,8); }
H1.HeaderClassName
{
color: #9AAE08;
}
.AnyTagClassName
{
color: #9AAE08;
}
</style>
background-color css
<style>
a { background-color: #9AAE08; }
a { background-color: rgb(154,174,8); }
div.DivClassName
{
background-color: #9AAE08;
}
.BgClassName
{
background-color: #9AAE08;
}
</style>
border-color css
<style>
span { border-color: #9AAE08; }
span { border-color: rgb(154,174,8); }
td.TdClassName
{
border-color: #9AAE08;
}
.TagClassName
{
border-color: #9AAE08;
}
</style>