Shades of Citrus #8AA800
Tints of Citrus #8AA800
RGB
CMYK
RGB Variations
Color information
#8AA800 (or 0x8AA800) is known color: Citrus. HEX triplet: 8A, A8 and 00. RGB value is (138,168,0). Sum of RGB (Red+Green+Blue) = 138+168+0=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 168 (66.02% from 255 or 54.90% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 168 - color contains mainly: green. Hex color #8AA800 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA800 is #7557FF. Grayscale: #8C8C8C. Windows color (decimal): -7690240 or 43146. OLE color: 43146.
HSL color Cylindrical-coordinate representation of color #8AA800: hue angle of 70.71º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AA800 is Cyan = 0.18, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 138 | 168 | 0 | - |
| CMYK | 0.18 | 0 | 1 | 0.34 |
| HSL | 70.71º | 1% | 0.33% | - |
| HSV(B) | 70.71º | 1% | 0.66% | - |
| XYZ | 24.48 | 33.41 | 5.16 | - |
| YUV | 139.88 | 49.06 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 168 | 0 | 0.18 | 0 | 1 | 0.34 | 70.71 | 1 | 0.33 |
| Hex | 8A | A8 | 0 | 12 | 0 | 64 | 22 | 47 | 64 | 21 |
| Octal | 212 | 250 | 0 | 22 | 0 | 144 | 42 | 107 | 144 | 41 |
| Binary | 10001010 | 10101000 | 0 | 10010 | 0 | 1100100 | 100010 | 1000111 | 1100100 | 100001 |
Color Harmonies of #8AA800
Complementary color
Monochromatic Colors of #8AA800
Black with #8AA800
Text Example
Text Example
White with #8AA800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA800; }
p { color: rgb(138,168,0); }
H1.HeaderClassName
{
color: #8AA800;
}
.AnyTagClassName
{
color: #8AA800;
}
</style>
background-color css
<style>
a { background-color: #8AA800; }
a { background-color: rgb(138,168,0); }
div.DivClassName
{
background-color: #8AA800;
}
.BgClassName
{
background-color: #8AA800;
}
</style>
border-color css
<style>
span { border-color: #8AA800; }
span { border-color: rgb(138,168,0); }
td.TdClassName
{
border-color: #8AA800;
}
.TagClassName
{
border-color: #8AA800;
}
</style>