Shades of Citrus #8AA500
Tints of Citrus #8AA500
RGB
CMYK
RGB Variations
Color information
#8AA500 (or 0x8AA500) is known color: Citrus. HEX triplet: 8A, A5 and 00. RGB value is (138,165,0). Sum of RGB (Red+Green+Blue) = 138+165+0=303 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.54% from 303); Green value is 165 (64.84% from 255 or 54.46% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA500 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA500 is #755AFF. Grayscale: #8A8A8A. Windows color (decimal): -7691008 or 42378. OLE color: 42378.
HSL color Cylindrical-coordinate representation of color #8AA500: hue angle of 69.82º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8AA500 is Cyan = 0.16, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 0 | - |
| CMYK | 0.16 | 0 | 1 | 0.35 |
| HSL | 69.82º | 1% | 0.32% | - |
| HSV(B) | 69.82º | 1% | 0.65% | - |
| XYZ | 23.94 | 32.31 | 4.98 | - |
| YUV | 138.12 | 50.05 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 0 | 0.16 | 0 | 1 | 0.35 | 69.82 | 1 | 0.32 |
| Hex | 8A | A5 | 0 | 10 | 0 | 64 | 23 | 46 | 64 | 20 |
| Octal | 212 | 245 | 0 | 20 | 0 | 144 | 43 | 106 | 144 | 40 |
| Binary | 10001010 | 10100101 | 0 | 10000 | 0 | 1100100 | 100011 | 1000110 | 1100100 | 100000 |
Color Harmonies of #8AA500
Complementary color
Monochromatic Colors of #8AA500
Black with #8AA500
Text Example
Text Example
White with #8AA500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA500; }
p { color: rgb(138,165,0); }
H1.HeaderClassName
{
color: #8AA500;
}
.AnyTagClassName
{
color: #8AA500;
}
</style>
background-color css
<style>
a { background-color: #8AA500; }
a { background-color: rgb(138,165,0); }
div.DivClassName
{
background-color: #8AA500;
}
.BgClassName
{
background-color: #8AA500;
}
</style>
border-color css
<style>
span { border-color: #8AA500; }
span { border-color: rgb(138,165,0); }
td.TdClassName
{
border-color: #8AA500;
}
.TagClassName
{
border-color: #8AA500;
}
</style>