Shades of Citron #8A9E05
Tints of Citron #8A9E05
RGB
CMYK
RGB Variations
Color information
#8A9E05 (or 0x8A9E05) is known color: Citron. HEX triplet: 8A, 9E and 05. RGB value is (138,158,5). Sum of RGB (Red+Green+Blue) = 138+158+5=301 (39% of max value = 765). Red value is 138 (54.30% from 255 or 45.85% from 301); Green value is 158 (62.11% from 255 or 52.49% from 301); Blue value is 5 (2.34% from 255 or 1.66% from 301); Max value from RGB is 158 - color contains mainly: green. Hex color #8A9E05 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8A9E05 is #7561FA. Grayscale: #878787. Windows color (decimal): -7692795 or 368266. OLE color: 368266.
HSL color Cylindrical-coordinate representation of color #8A9E05: hue angle of 67.84º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8A9E05 is Cyan = 0.13, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 138 | 158 | 5 | - |
| CMYK | 0.13 | 0 | 0.97 | 0.38 |
| HSL | 67.84º | 0.94% | 0.32% | - |
| HSV(B) | 67.84º | 0.97% | 0.62% | - |
| XYZ | 22.74 | 29.87 | 4.71 | - |
| YUV | 134.58 | 54.87 | 130.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 158 | 5 | 0.13 | 0 | 0.97 | 0.38 | 67.84 | 0.94 | 0.32 |
| Hex | 8A | 9E | 5 | D | 0 | 61 | 26 | 44 | 5E | 20 |
| Octal | 212 | 236 | 5 | 15 | 0 | 141 | 46 | 104 | 136 | 40 |
| Binary | 10001010 | 10011110 | 101 | 1101 | 0 | 1100001 | 100110 | 1000100 | 1011110 | 100000 |
Color Harmonies of #8A9E05
Complementary color
Monochromatic Colors of #8A9E05
Black with #8A9E05
Text Example
Text Example
White with #8A9E05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A9E05; }
p { color: rgb(138,158,5); }
H1.HeaderClassName
{
color: #8A9E05;
}
.AnyTagClassName
{
color: #8A9E05;
}
</style>
background-color css
<style>
a { background-color: #8A9E05; }
a { background-color: rgb(138,158,5); }
div.DivClassName
{
background-color: #8A9E05;
}
.BgClassName
{
background-color: #8A9E05;
}
</style>
border-color css
<style>
span { border-color: #8A9E05; }
span { border-color: rgb(138,158,5); }
td.TdClassName
{
border-color: #8A9E05;
}
.TagClassName
{
border-color: #8A9E05;
}
</style>