Shades of Citrus #8AAA06
Tints of Citrus #8AAA06
RGB
CMYK
RGB Variations
Color information
#8AAA06 (or 0x8AAA06) is known color: Citrus. HEX triplet: 8A, AA and 06. RGB value is (138,170,6). Sum of RGB (Red+Green+Blue) = 138+170+6=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 170 (66.80% from 255 or 54.14% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA06 is #7555F9. Grayscale: #8E8E8E. Windows color (decimal): -7689722 or 436874. OLE color: 436874.
HSL color Cylindrical-coordinate representation of color #8AAA06: hue angle of 71.71º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8AAA06 is Cyan = 0.19, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 6 | - |
| CMYK | 0.19 | 0 | 0.96 | 0.33 |
| HSL | 71.71º | 0.93% | 0.35% | - |
| HSV(B) | 71.71º | 0.96% | 0.67% | - |
| XYZ | 24.89 | 34.17 | 5.46 | - |
| YUV | 141.74 | 51.4 | 125.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 6 | 0.19 | 0 | 0.96 | 0.33 | 71.71 | 0.93 | 0.35 |
| Hex | 8A | AA | 6 | 13 | 0 | 60 | 21 | 48 | 5D | 23 |
| Octal | 212 | 252 | 6 | 23 | 0 | 140 | 41 | 110 | 135 | 43 |
| Binary | 10001010 | 10101010 | 110 | 10011 | 0 | 1100000 | 100001 | 1001000 | 1011101 | 100011 |
Color Harmonies of #8AAA06
Complementary color
Monochromatic Colors of #8AAA06
Black with #8AAA06
Text Example
Text Example
White with #8AAA06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA06; }
p { color: rgb(138,170,6); }
H1.HeaderClassName
{
color: #8AAA06;
}
.AnyTagClassName
{
color: #8AAA06;
}
</style>
background-color css
<style>
a { background-color: #8AAA06; }
a { background-color: rgb(138,170,6); }
div.DivClassName
{
background-color: #8AAA06;
}
.BgClassName
{
background-color: #8AAA06;
}
</style>
border-color css
<style>
span { border-color: #8AAA06; }
span { border-color: rgb(138,170,6); }
td.TdClassName
{
border-color: #8AAA06;
}
.TagClassName
{
border-color: #8AAA06;
}
</style>