Shades of Citrus #8CAA08
Tints of Citrus #8CAA08
RGB
CMYK
RGB Variations
Color information
#8CAA08 (or 0x8CAA08) is known color: Citrus. HEX triplet: 8C, AA and 08. RGB value is (140,170,8). Sum of RGB (Red+Green+Blue) = 140+170+8=318 (42% of max value = 765). Red value is 140 (55.08% from 255 or 44.03% from 318); Green value is 170 (66.80% from 255 or 53.46% from 318); Blue value is 8 (3.52% from 255 or 2.52% from 318); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA08 is #7355F7. Grayscale: #8F8F8F. Windows color (decimal): -7558648 or 567948. OLE color: 567948.
HSL color Cylindrical-coordinate representation of color #8CAA08: hue angle of 71.11º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8CAA08 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 8 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.33 |
| HSL | 71.11º | 0.91% | 0.35% | - |
| HSV(B) | 71.11º | 0.95% | 0.67% | - |
| XYZ | 25.23 | 34.34 | 5.53 | - |
| YUV | 142.56 | 52.06 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 8 | 0.18 | 0 | 0.95 | 0.33 | 71.11 | 0.91 | 0.35 |
| Hex | 8C | AA | 8 | 12 | 0 | 5F | 21 | 47 | 5B | 23 |
| Octal | 214 | 252 | 10 | 22 | 0 | 137 | 41 | 107 | 133 | 43 |
| Binary | 10001100 | 10101010 | 1000 | 10010 | 0 | 1011111 | 100001 | 1000111 | 1011011 | 100011 |
Color Harmonies of #8CAA08
Complementary color
Monochromatic Colors of #8CAA08
Black with #8CAA08
Text Example
Text Example
White with #8CAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA08; }
p { color: rgb(140,170,8); }
H1.HeaderClassName
{
color: #8CAA08;
}
.AnyTagClassName
{
color: #8CAA08;
}
</style>
background-color css
<style>
a { background-color: #8CAA08; }
a { background-color: rgb(140,170,8); }
div.DivClassName
{
background-color: #8CAA08;
}
.BgClassName
{
background-color: #8CAA08;
}
</style>
border-color css
<style>
span { border-color: #8CAA08; }
span { border-color: rgb(140,170,8); }
td.TdClassName
{
border-color: #8CAA08;
}
.TagClassName
{
border-color: #8CAA08;
}
</style>