Shades of Citrus #8AAA08
Tints of Citrus #8AAA08
RGB
CMYK
RGB Variations
Color information
#8AAA08 (or 0x8AAA08) is known color: Citrus. HEX triplet: 8A, AA and 08. RGB value is (138,170,8). Sum of RGB (Red+Green+Blue) = 138+170+8=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 170 (66.80% from 255 or 53.80% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 170 - color contains mainly: green. Hex color #8AAA08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AAA08 is #7555F7. Grayscale: #8E8E8E. Windows color (decimal): -7689720 or 567946. OLE color: 567946.
HSL color Cylindrical-coordinate representation of color #8AAA08: hue angle of 71.85º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AAA08 is Cyan = 0.19, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 170 | 8 | - |
| CMYK | 0.19 | 0 | 0.95 | 0.33 |
| HSL | 71.85º | 0.91% | 0.35% | - |
| HSV(B) | 71.85º | 0.95% | 0.67% | - |
| XYZ | 24.9 | 34.17 | 5.51 | - |
| YUV | 141.96 | 52.4 | 125.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 170 | 8 | 0.19 | 0 | 0.95 | 0.33 | 71.85 | 0.91 | 0.35 |
| Hex | 8A | AA | 8 | 13 | 0 | 5F | 21 | 48 | 5B | 23 |
| Octal | 212 | 252 | 10 | 23 | 0 | 137 | 41 | 110 | 133 | 43 |
| Binary | 10001010 | 10101010 | 1000 | 10011 | 0 | 1011111 | 100001 | 1001000 | 1011011 | 100011 |
Color Harmonies of #8AAA08
Complementary color
Monochromatic Colors of #8AAA08
Black with #8AAA08
Text Example
Text Example
White with #8AAA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AAA08; }
p { color: rgb(138,170,8); }
H1.HeaderClassName
{
color: #8AAA08;
}
.AnyTagClassName
{
color: #8AAA08;
}
</style>
background-color css
<style>
a { background-color: #8AAA08; }
a { background-color: rgb(138,170,8); }
div.DivClassName
{
background-color: #8AAA08;
}
.BgClassName
{
background-color: #8AAA08;
}
</style>
border-color css
<style>
span { border-color: #8AAA08; }
span { border-color: rgb(138,170,8); }
td.TdClassName
{
border-color: #8AAA08;
}
.TagClassName
{
border-color: #8AAA08;
}
</style>