Shades of Citrus #8EA202
Tints of Citrus #8EA202
RGB
CMYK
RGB Variations
Color information
#8EA202 (or 0x8EA202) is known color: Citrus. HEX triplet: 8E, A2 and 02. RGB value is (142,162,2). Sum of RGB (Red+Green+Blue) = 142+162+2=306 (40% of max value = 765). Red value is 142 (55.86% from 255 or 46.41% from 306); Green value is 162 (63.67% from 255 or 52.94% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 162 - color contains mainly: green. Hex color #8EA202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8EA202 is #715DFD. Grayscale: #8A8A8A. Windows color (decimal): -7429630 or 172686. OLE color: 172686.
HSL color Cylindrical-coordinate representation of color #8EA202: hue angle of 67.5º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8EA202 is Cyan = 0.12, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 142 | 162 | 2 | - |
| CMYK | 0.12 | 0 | 0.99 | 0.36 |
| HSL | 67.5º | 0.98% | 0.32% | - |
| HSV(B) | 67.5º | 0.99% | 0.64% | - |
| XYZ | 24.09 | 31.6 | 4.89 | - |
| YUV | 137.78 | 51.37 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 162 | 2 | 0.12 | 0 | 0.99 | 0.36 | 67.5 | 0.98 | 0.32 |
| Hex | 8E | A2 | 2 | C | 0 | 63 | 24 | 44 | 62 | 20 |
| Octal | 216 | 242 | 2 | 14 | 0 | 143 | 44 | 104 | 142 | 40 |
| Binary | 10001110 | 10100010 | 10 | 1100 | 0 | 1100011 | 100100 | 1000100 | 1100010 | 100000 |
Color Harmonies of #8EA202
Complementary color
Monochromatic Colors of #8EA202
Black with #8EA202
Text Example
Text Example
White with #8EA202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8EA202; }
p { color: rgb(142,162,2); }
H1.HeaderClassName
{
color: #8EA202;
}
.AnyTagClassName
{
color: #8EA202;
}
</style>
background-color css
<style>
a { background-color: #8EA202; }
a { background-color: rgb(142,162,2); }
div.DivClassName
{
background-color: #8EA202;
}
.BgClassName
{
background-color: #8EA202;
}
</style>
border-color css
<style>
span { border-color: #8EA202; }
span { border-color: rgb(142,162,2); }
td.TdClassName
{
border-color: #8EA202;
}
.TagClassName
{
border-color: #8EA202;
}
</style>