Shades of Citrus #8AA701
Tints of Citrus #8AA701
RGB
CMYK
RGB Variations
Color information
#8AA701 (or 0x8AA701) is known color: Citrus. HEX triplet: 8A, A7 and 01. RGB value is (138,167,1). Sum of RGB (Red+Green+Blue) = 138+167+1=306 (40% of max value = 765). Red value is 138 (54.30% from 255 or 45.10% from 306); Green value is 167 (65.62% from 255 or 54.58% from 306); Blue value is 1 (0.78% from 255 or 0.33% from 306); Max value from RGB is 167 - color contains mainly: green. Hex color #8AA701 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA701 is #7558FE. Grayscale: #8C8C8C. Windows color (decimal): -7690495 or 108426. OLE color: 108426.
HSL color Cylindrical-coordinate representation of color #8AA701: hue angle of 70.48º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AA701 is Cyan = 0.17, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 167 | 1 | - |
| CMYK | 0.17 | 0 | 0.99 | 0.35 |
| HSL | 70.48º | 0.99% | 0.33% | - |
| HSV(B) | 70.48º | 0.99% | 0.65% | - |
| XYZ | 24.31 | 33.04 | 5.13 | - |
| YUV | 139.41 | 49.89 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 167 | 1 | 0.17 | 0 | 0.99 | 0.35 | 70.48 | 0.99 | 0.33 |
| Hex | 8A | A7 | 1 | 11 | 0 | 63 | 23 | 46 | 63 | 21 |
| Octal | 212 | 247 | 1 | 21 | 0 | 143 | 43 | 106 | 143 | 41 |
| Binary | 10001010 | 10100111 | 1 | 10001 | 0 | 1100011 | 100011 | 1000110 | 1100011 | 100001 |
Color Harmonies of #8AA701
Complementary color
Monochromatic Colors of #8AA701
Black with #8AA701
Text Example
Text Example
White with #8AA701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA701; }
p { color: rgb(138,167,1); }
H1.HeaderClassName
{
color: #8AA701;
}
.AnyTagClassName
{
color: #8AA701;
}
</style>
background-color css
<style>
a { background-color: #8AA701; }
a { background-color: rgb(138,167,1); }
div.DivClassName
{
background-color: #8AA701;
}
.BgClassName
{
background-color: #8AA701;
}
</style>
border-color css
<style>
span { border-color: #8AA701; }
span { border-color: rgb(138,167,1); }
td.TdClassName
{
border-color: #8AA701;
}
.TagClassName
{
border-color: #8AA701;
}
</style>