Shades of Citron #8AA01D
Tints of Citron #8AA01D
RGB
CMYK
RGB Variations
Color information
#8AA01D (or 0x8AA01D) is known color: Citron. HEX triplet: 8A, A0 and 1D. RGB value is (138,160,29). Sum of RGB (Red+Green+Blue) = 138+160+29=327 (43% of max value = 765). Red value is 138 (54.30% from 255 or 42.20% from 327); Green value is 160 (62.89% from 255 or 48.93% from 327); Blue value is 29 (11.72% from 255 or 8.87% from 327); Max value from RGB is 160 - color contains mainly: green. Hex color #8AA01D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8AA01D is #755FE2. Grayscale: #8A8A8A. Windows color (decimal): -7692259 or 1941642. OLE color: 1941642.
HSL color Cylindrical-coordinate representation of color #8AA01D: hue angle of 70.08º degrees, saturation: 0.69, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8AA01D is Cyan = 0.14, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 138 | 160 | 29 | - |
| CMYK | 0.14 | 0 | 0.82 | 0.37 |
| HSL | 70.08º | 0.69% | 0.37% | - |
| HSV(B) | 70.08º | 0.82% | 0.63% | - |
| XYZ | 23.27 | 30.63 | 5.85 | - |
| YUV | 138.49 | 66.21 | 127.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 160 | 29 | 0.14 | 0 | 0.82 | 0.37 | 70.08 | 0.69 | 0.37 |
| Hex | 8A | A0 | 1D | E | 0 | 52 | 25 | 46 | 45 | 25 |
| Octal | 212 | 240 | 35 | 16 | 0 | 122 | 45 | 106 | 105 | 45 |
| Binary | 10001010 | 10100000 | 11101 | 1110 | 0 | 1010010 | 100101 | 1000110 | 1000101 | 100101 |
Color Harmonies of #8AA01D
Complementary color
Monochromatic Colors of #8AA01D
Black with #8AA01D
Text Example
Text Example
White with #8AA01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA01D; }
p { color: rgb(138,160,29); }
H1.HeaderClassName
{
color: #8AA01D;
}
.AnyTagClassName
{
color: #8AA01D;
}
</style>
background-color css
<style>
a { background-color: #8AA01D; }
a { background-color: rgb(138,160,29); }
div.DivClassName
{
background-color: #8AA01D;
}
.BgClassName
{
background-color: #8AA01D;
}
</style>
border-color css
<style>
span { border-color: #8AA01D; }
span { border-color: rgb(138,160,29); }
td.TdClassName
{
border-color: #8AA01D;
}
.TagClassName
{
border-color: #8AA01D;
}
</style>