Shades of Citron #8A8E24
Tints of Citron #8A8E24
RGB
CMYK
RGB Variations
Color information
#8A8E24 (or 0x8A8E24) is known color: Citron. HEX triplet: 8A, 8E and 24. RGB value is (138,142,36). Sum of RGB (Red+Green+Blue) = 138+142+36=316 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.67% from 316); Green value is 142 (55.86% from 255 or 44.94% from 316); Blue value is 36 (14.45% from 255 or 11.39% from 316); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E24 is #7571DB. Grayscale: #818181. Windows color (decimal): -7696860 or 2395786. OLE color: 2395786.
HSL color Cylindrical-coordinate representation of color #8A8E24: hue angle of 62.26º degrees, saturation: 0.6, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8A8E24 is Cyan = 0.03, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 138 | 142 | 36 | - |
| CMYK | 0.03 | 0 | 0.75 | 0.44 |
| HSL | 62.26º | 0.6% | 0.35% | - |
| HSV(B) | 62.26º | 0.75% | 0.56% | - |
| XYZ | 20.47 | 24.88 | 5.39 | - |
| YUV | 128.72 | 75.67 | 134.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 142 | 36 | 0.03 | 0 | 0.75 | 0.44 | 62.26 | 0.6 | 0.35 |
| Hex | 8A | 8E | 24 | 3 | 0 | 4B | 2C | 3E | 3C | 23 |
| Octal | 212 | 216 | 44 | 3 | 0 | 113 | 54 | 76 | 74 | 43 |
| Binary | 10001010 | 10001110 | 100100 | 11 | 0 | 1001011 | 101100 | 111110 | 111100 | 100011 |
Color Harmonies of #8A8E24
Complementary color
Monochromatic Colors of #8A8E24
Black with #8A8E24
Text Example
Text Example
White with #8A8E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A8E24; }
p { color: rgb(138,142,36); }
H1.HeaderClassName
{
color: #8A8E24;
}
.AnyTagClassName
{
color: #8A8E24;
}
</style>
background-color css
<style>
a { background-color: #8A8E24; }
a { background-color: rgb(138,142,36); }
div.DivClassName
{
background-color: #8A8E24;
}
.BgClassName
{
background-color: #8A8E24;
}
</style>
border-color css
<style>
span { border-color: #8A8E24; }
span { border-color: rgb(138,142,36); }
td.TdClassName
{
border-color: #8A8E24;
}
.TagClassName
{
border-color: #8A8E24;
}
</style>