Shades of Citrus #8AA908
Tints of Citrus #8AA908
RGB
CMYK
RGB Variations
Color information
#8AA908 (or 0x8AA908) is known color: Citrus. HEX triplet: 8A, A9 and 08. RGB value is (138,169,8). Sum of RGB (Red+Green+Blue) = 138+169+8=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 169 (66.41% from 255 or 53.65% from 315); Blue value is 8 (3.52% from 255 or 2.54% from 315); Max value from RGB is 169 - color contains mainly: green. Hex color #8AA908 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA908 is #7556F7. Grayscale: #8D8D8D. Windows color (decimal): -7689976 or 567690. OLE color: 567690.
HSL color Cylindrical-coordinate representation of color #8AA908: hue angle of 71.55º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AA908 is Cyan = 0.18, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 169 | 8 | - |
| CMYK | 0.18 | 0 | 0.95 | 0.34 |
| HSL | 71.55º | 0.91% | 0.35% | - |
| HSV(B) | 71.55º | 0.95% | 0.66% | - |
| XYZ | 24.71 | 33.8 | 5.45 | - |
| YUV | 141.38 | 52.73 | 125.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 169 | 8 | 0.18 | 0 | 0.95 | 0.34 | 71.55 | 0.91 | 0.35 |
| Hex | 8A | A9 | 8 | 12 | 0 | 5F | 22 | 48 | 5B | 23 |
| Octal | 212 | 251 | 10 | 22 | 0 | 137 | 42 | 110 | 133 | 43 |
| Binary | 10001010 | 10101001 | 1000 | 10010 | 0 | 1011111 | 100010 | 1001000 | 1011011 | 100011 |
Color Harmonies of #8AA908
Complementary color
Monochromatic Colors of #8AA908
Black with #8AA908
Text Example
Text Example
White with #8AA908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA908; }
p { color: rgb(138,169,8); }
H1.HeaderClassName
{
color: #8AA908;
}
.AnyTagClassName
{
color: #8AA908;
}
</style>
background-color css
<style>
a { background-color: #8AA908; }
a { background-color: rgb(138,169,8); }
div.DivClassName
{
background-color: #8AA908;
}
.BgClassName
{
background-color: #8AA908;
}
</style>
border-color css
<style>
span { border-color: #8AA908; }
span { border-color: rgb(138,169,8); }
td.TdClassName
{
border-color: #8AA908;
}
.TagClassName
{
border-color: #8AA908;
}
</style>