Shades of Citron #8AA614
Tints of Citron #8AA614
RGB
CMYK
RGB Variations
Color information
#8AA614 (or 0x8AA614) is known color: Citron. HEX triplet: 8A, A6 and 14. RGB value is (138,166,20). Sum of RGB (Red+Green+Blue) = 138+166+20=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 166 (65.23% from 255 or 51.23% from 324); Blue value is 20 (8.20% from 255 or 6.17% from 324); Max value from RGB is 166 - color contains mainly: green. Hex color #8AA614 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA614 is #7559EB. Grayscale: #8D8D8D. Windows color (decimal): -7690732 or 1353354. OLE color: 1353354.
HSL color Cylindrical-coordinate representation of color #8AA614: hue angle of 71.51º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8AA614 is Cyan = 0.17, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 166 | 20 | - |
| CMYK | 0.17 | 0 | 0.88 | 0.35 |
| HSL | 71.51º | 0.78% | 0.36% | - |
| HSV(B) | 71.51º | 0.88% | 0.65% | - |
| XYZ | 24.24 | 32.73 | 5.7 | - |
| YUV | 140.98 | 59.72 | 125.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 166 | 20 | 0.17 | 0 | 0.88 | 0.35 | 71.51 | 0.78 | 0.36 |
| Hex | 8A | A6 | 14 | 11 | 0 | 58 | 23 | 48 | 4E | 24 |
| Octal | 212 | 246 | 24 | 21 | 0 | 130 | 43 | 110 | 116 | 44 |
| Binary | 10001010 | 10100110 | 10100 | 10001 | 0 | 1011000 | 100011 | 1001000 | 1001110 | 100100 |
Color Harmonies of #8AA614
Complementary color
Monochromatic Colors of #8AA614
Black with #8AA614
Text Example
Text Example
White with #8AA614
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA614; }
p { color: rgb(138,166,20); }
H1.HeaderClassName
{
color: #8AA614;
}
.AnyTagClassName
{
color: #8AA614;
}
</style>
background-color css
<style>
a { background-color: #8AA614; }
a { background-color: rgb(138,166,20); }
div.DivClassName
{
background-color: #8AA614;
}
.BgClassName
{
background-color: #8AA614;
}
</style>
border-color css
<style>
span { border-color: #8AA614; }
span { border-color: rgb(138,166,20); }
td.TdClassName
{
border-color: #8AA614;
}
.TagClassName
{
border-color: #8AA614;
}
</style>