Shades of Citron #8AA50C
Tints of Citron #8AA50C
RGB
CMYK
RGB Variations
Color information
#8AA50C (or 0x8AA50C) is known color: Citron. HEX triplet: 8A, A5 and 0C. RGB value is (138,165,12). Sum of RGB (Red+Green+Blue) = 138+165+12=315 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.81% from 315); Green value is 165 (64.84% from 255 or 52.38% from 315); Blue value is 12 (5.08% from 255 or 3.81% from 315); Max value from RGB is 165 - color contains mainly: green. Hex color #8AA50C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #8AA50C is #755AF3. Grayscale: #8C8C8C. Windows color (decimal): -7690996 or 828810. OLE color: 828810.
HSL color Cylindrical-coordinate representation of color #8AA50C: hue angle of 70.59º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8AA50C is Cyan = 0.16, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 138 | 165 | 12 | - |
| CMYK | 0.16 | 0 | 0.93 | 0.35 |
| HSL | 70.59º | 0.86% | 0.35% | - |
| HSV(B) | 70.59º | 0.93% | 0.65% | - |
| XYZ | 24 | 32.34 | 5.33 | - |
| YUV | 139.49 | 56.05 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 165 | 12 | 0.16 | 0 | 0.93 | 0.35 | 70.59 | 0.86 | 0.35 |
| Hex | 8A | A5 | C | 10 | 0 | 5D | 23 | 47 | 56 | 23 |
| Octal | 212 | 245 | 14 | 20 | 0 | 135 | 43 | 107 | 126 | 43 |
| Binary | 10001010 | 10100101 | 1100 | 10000 | 0 | 1011101 | 100011 | 1000111 | 1010110 | 100011 |
Color Harmonies of #8AA50C
Complementary color
Monochromatic Colors of #8AA50C
Black with #8AA50C
Text Example
Text Example
White with #8AA50C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AA50C; }
p { color: rgb(138,165,12); }
H1.HeaderClassName
{
color: #8AA50C;
}
.AnyTagClassName
{
color: #8AA50C;
}
</style>
background-color css
<style>
a { background-color: #8AA50C; }
a { background-color: rgb(138,165,12); }
div.DivClassName
{
background-color: #8AA50C;
}
.BgClassName
{
background-color: #8AA50C;
}
</style>
border-color css
<style>
span { border-color: #8AA50C; }
span { border-color: rgb(138,165,12); }
td.TdClassName
{
border-color: #8AA50C;
}
.TagClassName
{
border-color: #8AA50C;
}
</style>