Shades of Citrus #8CAA0E
Tints of Citrus #8CAA0E
RGB
CMYK
RGB Variations
Color information
#8CAA0E (or 0x8CAA0E) is known color: Citrus. HEX triplet: 8C, AA and 0E. RGB value is (140,170,14). Sum of RGB (Red+Green+Blue) = 140+170+14=324 (42% of max value = 765). Red value is 140 (55.08% from 255 or 43.21% from 324); Green value is 170 (66.80% from 255 or 52.47% from 324); Blue value is 14 (5.86% from 255 or 4.32% from 324); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAA0E is #7355F1. Grayscale: #8F8F8F. Windows color (decimal): -7558642 or 961164. OLE color: 961164.
HSL color Cylindrical-coordinate representation of color #8CAA0E: hue angle of 71.54º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CAA0E is Cyan = 0.18, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 170 | 14 | - |
| CMYK | 0.18 | 0 | 0.92 | 0.33 |
| HSL | 71.54º | 0.85% | 0.36% | - |
| HSV(B) | 71.54º | 0.92% | 0.67% | - |
| XYZ | 25.27 | 34.36 | 5.72 | - |
| YUV | 143.25 | 55.06 | 125.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 170 | 14 | 0.18 | 0 | 0.92 | 0.33 | 71.54 | 0.85 | 0.36 |
| Hex | 8C | AA | E | 12 | 0 | 5C | 21 | 48 | 55 | 24 |
| Octal | 214 | 252 | 16 | 22 | 0 | 134 | 41 | 110 | 125 | 44 |
| Binary | 10001100 | 10101010 | 1110 | 10010 | 0 | 1011100 | 100001 | 1001000 | 1010101 | 100100 |
Color Harmonies of #8CAA0E
Complementary color
Monochromatic Colors of #8CAA0E
Black with #8CAA0E
Text Example
Text Example
White with #8CAA0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAA0E; }
p { color: rgb(140,170,14); }
H1.HeaderClassName
{
color: #8CAA0E;
}
.AnyTagClassName
{
color: #8CAA0E;
}
</style>
background-color css
<style>
a { background-color: #8CAA0E; }
a { background-color: rgb(140,170,14); }
div.DivClassName
{
background-color: #8CAA0E;
}
.BgClassName
{
background-color: #8CAA0E;
}
</style>
border-color css
<style>
span { border-color: #8CAA0E; }
span { border-color: rgb(140,170,14); }
td.TdClassName
{
border-color: #8CAA0E;
}
.TagClassName
{
border-color: #8CAA0E;
}
</style>