Shades of Citron #8AA002
Tints of Citron #8AA002
RGB
CMYK
RGB Variations
Color information
#8AA002 (or 0x8AA002) is known color: Citron. HEX triplet: 8A, A0 and 02. RGB value is (138,160,2). Sum of RGB (Red+Green+Blue) = 138+160+2=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 160 (62.89% from 255 or 53.33% from 300); Blue value is 2 (1.17% from 255 or 0.67% from 300); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA002 is #755FFD. Grayscale: #888888. Windows color (decimal): -7692286 or 172170. OLE color: 172170.
HSL color Cylindrical-coordinate representation of color #8AA002: hue angle of 68.35º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AA002 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.37 |
| HSL | 68.35º | 0.98% | 0.32% | - |
| HSV(B) | 68.35º | 0.99% | 0.63% | - |
| XYZ | 23.06 | 30.55 | 4.74 | - |
| YUV | 135.41 | 52.71 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 2 | 0.14 | 0 | 0.99 | 0.37 | 68.35 | 0.98 | 0.32 |
| Hex | 8A | A0 | 2 | E | 0 | 63 | 25 | 44 | 62 | 20 |
| Octal | 212 | 240 | 2 | 16 | 0 | 143 | 45 | 104 | 142 | 40 |
| Binary | 10001010 | 10100000 | 10 | 1110 | 0 | 1100011 | 100101 | 1000100 | 1100010 | 100000 |
Color Harmonies of #8AA002
Complementary color
Monochromatic Colors of #8AA002
Black with #8AA002
Text Example
Text Example
White with #8AA002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA002; }
p { color: rgb(138,160,2); }
H1.HeaderClassName
{
color: #8AA002;
}
.AnyTagClassName
{
color: #8AA002;
}
</style>
background-color css
<style>
a { background-color: #8AA002; }
a { background-color: rgb(138,160,2); }
div.DivClassName
{
background-color: #8AA002;
}
.BgClassName
{
background-color: #8AA002;
}
</style>
border-color css
<style>
span { border-color: #8AA002; }
span { border-color: rgb(138,160,2); }
td.TdClassName
{
border-color: #8AA002;
}
.TagClassName
{
border-color: #8AA002;
}
</style>