Shades of Citrus #8EA205
Tints of Citrus #8EA205
RGB
CMYK
RGB Variations
Color information
#8EA205 (or 0x8EA205) is known color: Citrus. HEX triplet: 8E, A2 and 05. RGB value is (142,162,5). Sum of RGB (Red+Green+Blue) = 142+162+5=309 (40% of max value = 765). Red value is 142 (55.86% from 255 or 45.95% from 309); Green value is 162 (63.67% from 255 or 52.43% from 309); Blue value is 5 (2.34% from 255 or 1.62% from 309); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA205 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA205 is #715DFA. Grayscale: #8A8A8A. Windows color (decimal): -7429627 or 369294. OLE color: 369294.
HSL color Cylindrical-coordinate representation of color #8EA205: hue angle of 67.64º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8EA205 is Cyan = 0.12, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 5 | - |
| CMYK | 0.12 | 0 | 0.97 | 0.36 |
| HSL | 67.64º | 0.94% | 0.33% | - |
| HSV(B) | 67.64º | 0.97% | 0.64% | - |
| XYZ | 24.1 | 31.6 | 4.97 | - |
| YUV | 138.12 | 52.87 | 130.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 5 | 0.12 | 0 | 0.97 | 0.36 | 67.64 | 0.94 | 0.33 |
| Hex | 8E | A2 | 5 | C | 0 | 61 | 24 | 44 | 5E | 21 |
| Octal | 216 | 242 | 5 | 14 | 0 | 141 | 44 | 104 | 136 | 41 |
| Binary | 10001110 | 10100010 | 101 | 1100 | 0 | 1100001 | 100100 | 1000100 | 1011110 | 100001 |
Color Harmonies of #8EA205
Complementary color
Monochromatic Colors of #8EA205
Black with #8EA205
Text Example
Text Example
White with #8EA205
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA205; }
p { color: rgb(142,162,5); }
H1.HeaderClassName
{
color: #8EA205;
}
.AnyTagClassName
{
color: #8EA205;
}
</style>
background-color css
<style>
a { background-color: #8EA205; }
a { background-color: rgb(142,162,5); }
div.DivClassName
{
background-color: #8EA205;
}
.BgClassName
{
background-color: #8EA205;
}
</style>
border-color css
<style>
span { border-color: #8EA205; }
span { border-color: rgb(142,162,5); }
td.TdClassName
{
border-color: #8EA205;
}
.TagClassName
{
border-color: #8EA205;
}
</style>