Shades of Citrus #8AA102
Tints of Citrus #8AA102
RGB
CMYK
RGB Variations
Color information
#8AA102 (or 0x8AA102) is known color: Citrus. HEX triplet: 8A, A1 and 02. RGB value is (138,161,2). Sum of RGB (Red+Green+Blue) = 138+161+2=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 161 (63.28% from 255 or 53.49% from 301); Blue value is 2 (1.17% from 255 or 0.66% from 301); Max value from RGB is 161 - color contains mainly: green. Hex color #8AA102 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA102 is #755EFD. Grayscale: #888888. Windows color (decimal): -7692030 or 172426. OLE color: 172426.
HSL color Cylindrical-coordinate representation of color #8AA102: hue angle of 68.68º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8AA102 is Cyan = 0.14, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 161 | 2 | - |
| CMYK | 0.14 | 0 | 0.99 | 0.37 |
| HSL | 68.68º | 0.98% | 0.32% | - |
| HSV(B) | 68.68º | 0.99% | 0.63% | - |
| XYZ | 23.24 | 30.9 | 4.8 | - |
| YUV | 136 | 52.38 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 161 | 2 | 0.14 | 0 | 0.99 | 0.37 | 68.68 | 0.98 | 0.32 |
| Hex | 8A | A1 | 2 | E | 0 | 63 | 25 | 45 | 62 | 20 |
| Octal | 212 | 241 | 2 | 16 | 0 | 143 | 45 | 105 | 142 | 40 |
| Binary | 10001010 | 10100001 | 10 | 1110 | 0 | 1100011 | 100101 | 1000101 | 1100010 | 100000 |
Color Harmonies of #8AA102
Complementary color
Monochromatic Colors of #8AA102
Black with #8AA102
Text Example
Text Example
White with #8AA102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA102; }
p { color: rgb(138,161,2); }
H1.HeaderClassName
{
color: #8AA102;
}
.AnyTagClassName
{
color: #8AA102;
}
</style>
background-color css
<style>
a { background-color: #8AA102; }
a { background-color: rgb(138,161,2); }
div.DivClassName
{
background-color: #8AA102;
}
.BgClassName
{
background-color: #8AA102;
}
</style>
border-color css
<style>
span { border-color: #8AA102; }
span { border-color: rgb(138,161,2); }
td.TdClassName
{
border-color: #8AA102;
}
.TagClassName
{
border-color: #8AA102;
}
</style>