Shades of Citrus #8AAA02
Tints of Citrus #8AAA02
RGB
CMYK
RGB Variations
Color information
#8AAA02 (or 0x8AAA02) is known color: Citrus. HEX triplet: 8A, AA and 02. RGB value is (138,170,2). Sum of RGB (Red+Green+Blue) = 138+170+2=310 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.52% from 310); Green value is 170 (66.80% from 255 or 54.84% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA02 is #7555FD. Grayscale: #8D8D8D. Windows color (decimal): -7689726 or 174730. OLE color: 174730.
HSL color Cylindrical-coordinate representation of color #8AAA02: hue angle of 71.43º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AAA02 is Cyan = 0.19, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 2 | - |
| CMYK | 0.19 | 0 | 0.99 | 0.33 |
| HSL | 71.43º | 0.98% | 0.34% | - |
| HSV(B) | 71.43º | 0.99% | 0.67% | - |
| XYZ | 24.87 | 34.16 | 5.34 | - |
| YUV | 141.28 | 49.4 | 125.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 2 | 0.19 | 0 | 0.99 | 0.33 | 71.43 | 0.98 | 0.34 |
| Hex | 8A | AA | 2 | 13 | 0 | 63 | 21 | 47 | 62 | 22 |
| Octal | 212 | 252 | 2 | 23 | 0 | 143 | 41 | 107 | 142 | 42 |
| Binary | 10001010 | 10101010 | 10 | 10011 | 0 | 1100011 | 100001 | 1000111 | 1100010 | 100010 |
Color Harmonies of #8AAA02
Complementary color
Monochromatic Colors of #8AAA02
Black with #8AAA02
Text Example
Text Example
White with #8AAA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA02; }
p { color: rgb(138,170,2); }
H1.HeaderClassName
{
color: #8AAA02;
}
.AnyTagClassName
{
color: #8AAA02;
}
</style>
background-color css
<style>
a { background-color: #8AAA02; }
a { background-color: rgb(138,170,2); }
div.DivClassName
{
background-color: #8AAA02;
}
.BgClassName
{
background-color: #8AAA02;
}
</style>
border-color css
<style>
span { border-color: #8AAA02; }
span { border-color: rgb(138,170,2); }
td.TdClassName
{
border-color: #8AAA02;
}
.TagClassName
{
border-color: #8AAA02;
}
</style>