Shades of Citron #8AA416
Tints of Citron #8AA416
RGB
CMYK
RGB Variations
Color information
#8AA416 (or 0x8AA416) is known color: Citron. HEX triplet: 8A, A4 and 16. RGB value is (138,164,22). Sum of RGB (Red+Green+Blue) = 138+164+22=324 (42% of max value = 765). Red value is 138 (54.30% from 255 or 42.59% from 324); Green value is 164 (64.45% from 255 or 50.62% from 324); Blue value is 22 (8.98% from 255 or 6.79% from 324); Max value from RGB is 164 - color contains mainly: green. Hex color #8AA416 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA416 is #755BE9. Grayscale: #8C8C8C. Windows color (decimal): -7691242 or 1483914. OLE color: 1483914.
HSL color Cylindrical-coordinate representation of color #8AA416: hue angle of 70.99º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8AA416 is Cyan = 0.16, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 138 | 164 | 22 | - |
| CMYK | 0.16 | 0 | 0.87 | 0.36 |
| HSL | 70.99º | 0.76% | 0.36% | - |
| HSV(B) | 70.99º | 0.87% | 0.64% | - |
| XYZ | 23.9 | 32.01 | 5.68 | - |
| YUV | 140.04 | 61.39 | 126.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 164 | 22 | 0.16 | 0 | 0.87 | 0.36 | 70.99 | 0.76 | 0.36 |
| Hex | 8A | A4 | 16 | 10 | 0 | 57 | 24 | 47 | 4C | 24 |
| Octal | 212 | 244 | 26 | 20 | 0 | 127 | 44 | 107 | 114 | 44 |
| Binary | 10001010 | 10100100 | 10110 | 10000 | 0 | 1010111 | 100100 | 1000111 | 1001100 | 100100 |
Color Harmonies of #8AA416
Complementary color
Monochromatic Colors of #8AA416
Black with #8AA416
Text Example
Text Example
White with #8AA416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA416; }
p { color: rgb(138,164,22); }
H1.HeaderClassName
{
color: #8AA416;
}
.AnyTagClassName
{
color: #8AA416;
}
</style>
background-color css
<style>
a { background-color: #8AA416; }
a { background-color: rgb(138,164,22); }
div.DivClassName
{
background-color: #8AA416;
}
.BgClassName
{
background-color: #8AA416;
}
</style>
border-color css
<style>
span { border-color: #8AA416; }
span { border-color: rgb(138,164,22); }
td.TdClassName
{
border-color: #8AA416;
}
.TagClassName
{
border-color: #8AA416;
}
</style>