Shades of Citrus #8AA602
Tints of Citrus #8AA602
RGB
CMYK
RGB Variations
Color information
#8AA602 (or 0x8AA602) is known color: Citrus. HEX triplet: 8A, A6 and 02. RGB value is (138,166,2). Sum of RGB (Red+Green+Blue) = 138+166+2=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 166 (65.23% from 255 or 54.25% from 306); Blue value is 2 (1.17% from 255 or 0.65% from 306); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA602 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA602 is #7559FD. Grayscale: #8B8B8B. Windows color (decimal): -7690750 or 173706. OLE color: 173706.
HSL color Cylindrical-coordinate representation of color #8AA602: hue angle of 70.24º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AA602 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 2 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.35 |
| HSL | 70.24º | 0.98% | 0.33% | - |
| HSV(B) | 70.24º | 0.99% | 0.65% | - |
| XYZ | 24.13 | 32.68 | 5.09 | - |
| YUV | 138.93 | 50.72 | 127.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 2 | 0.17 | 0 | 0.99 | 0.35 | 70.24 | 0.98 | 0.33 |
| Hex | 8A | A6 | 2 | 11 | 0 | 63 | 23 | 46 | 62 | 21 |
| Octal | 212 | 246 | 2 | 21 | 0 | 143 | 43 | 106 | 142 | 41 |
| Binary | 10001010 | 10100110 | 10 | 10001 | 0 | 1100011 | 100011 | 1000110 | 1100010 | 100001 |
Color Harmonies of #8AA602
Complementary color
Monochromatic Colors of #8AA602
Black with #8AA602
Text Example
Text Example
White with #8AA602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA602; }
p { color: rgb(138,166,2); }
H1.HeaderClassName
{
color: #8AA602;
}
.AnyTagClassName
{
color: #8AA602;
}
</style>
background-color css
<style>
a { background-color: #8AA602; }
a { background-color: rgb(138,166,2); }
div.DivClassName
{
background-color: #8AA602;
}
.BgClassName
{
background-color: #8AA602;
}
</style>
border-color css
<style>
span { border-color: #8AA602; }
span { border-color: rgb(138,166,2); }
td.TdClassName
{
border-color: #8AA602;
}
.TagClassName
{
border-color: #8AA602;
}
</style>