Shades of Citrus #8CAE0E
Tints of Citrus #8CAE0E
RGB
CMYK
RGB Variations
Color information
#8CAE0E (or 0x8CAE0E) is known color: Citrus. HEX triplet: 8C, AE and 0E. RGB value is (140,174,14). Sum of RGB (Red+Green+Blue) = 140+174+14=328 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.68% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 14 (5.86% from 255 or 4.27% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAE0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8CAE0E is #7351F1. Grayscale: #929292. Windows color (decimal): -7557618 or 962188. OLE color: 962188.
HSL color Cylindrical-coordinate representation of color #8CAE0E: hue angle of 72.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #8CAE0E is Cyan = 0.20, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 174 | 14 | - |
| CMYK | 0.20 | 0 | 0.92 | 0.32 |
| HSL | 72.75º | 0.85% | 0.37% | - |
| HSV(B) | 72.75º | 0.92% | 0.68% | - |
| XYZ | 26.03 | 35.88 | 5.97 | - |
| YUV | 145.59 | 53.74 | 124.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 174 | 14 | 0.20 | 0 | 0.92 | 0.32 | 72.75 | 0.85 | 0.37 |
| Hex | 8C | AE | E | 14 | 0 | 5C | 20 | 49 | 55 | 25 |
| Octal | 214 | 256 | 16 | 24 | 0 | 134 | 40 | 111 | 125 | 45 |
| Binary | 10001100 | 10101110 | 1110 | 10100 | 0 | 1011100 | 100000 | 1001001 | 1010101 | 100101 |
Color Harmonies of #8CAE0E
Complementary color
Monochromatic Colors of #8CAE0E
Black with #8CAE0E
Text Example
Text Example
White with #8CAE0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CAE0E; }
p { color: rgb(140,174,14); }
H1.HeaderClassName
{
color: #8CAE0E;
}
.AnyTagClassName
{
color: #8CAE0E;
}
</style>
background-color css
<style>
a { background-color: #8CAE0E; }
a { background-color: rgb(140,174,14); }
div.DivClassName
{
background-color: #8CAE0E;
}
.BgClassName
{
background-color: #8CAE0E;
}
</style>
border-color css
<style>
span { border-color: #8CAE0E; }
span { border-color: rgb(140,174,14); }
td.TdClassName
{
border-color: #8CAE0E;
}
.TagClassName
{
border-color: #8CAE0E;
}
</style>