Shades of Citrus #8AC60A
Tints of Citrus #8AC60A
RGB
CMYK
RGB Variations
Color information
#8AC60A (or 0x8AC60A) is known color: Citrus. HEX triplet: 8A, C6 and 0A. RGB value is (138,198,10). Sum of RGB (Red+Green+Blue) = 138+198+10=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 198 (77.73% from 255 or 57.23% from 346); Blue value is 10 (4.30% from 255 or 2.89% from 346); Max value from RGB is 198 - color contains mainly: green. Hex color #8AC60A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8AC60A is #7539F5. Grayscale: #9F9F9F. Windows color (decimal): -7682550 or 706186. OLE color: 706186.
HSL color Cylindrical-coordinate representation of color #8AC60A: hue angle of 79.15º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8AC60A is Cyan = 0.30, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 138 | 198 | 10 | - |
| CMYK | 0.30 | 0 | 0.95 | 0.22 |
| HSL | 79.15º | 0.9% | 0.41% | - |
| HSV(B) | 79.15º | 0.95% | 0.78% | - |
| XYZ | 30.73 | 45.81 | 7.51 | - |
| YUV | 158.63 | 44.12 | 113.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 198 | 10 | 0.30 | 0 | 0.95 | 0.22 | 79.15 | 0.9 | 0.41 |
| Hex | 8A | C6 | A | 1E | 0 | 5F | 16 | 4F | 5A | 29 |
| Octal | 212 | 306 | 12 | 36 | 0 | 137 | 26 | 117 | 132 | 51 |
| Binary | 10001010 | 11000110 | 1010 | 11110 | 0 | 1011111 | 10110 | 1001111 | 1011010 | 101001 |
Color Harmonies of #8AC60A
Complementary color
Monochromatic Colors of #8AC60A
Black with #8AC60A
Text Example
Text Example
White with #8AC60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AC60A; }
p { color: rgb(138,198,10); }
H1.HeaderClassName
{
color: #8AC60A;
}
.AnyTagClassName
{
color: #8AC60A;
}
</style>
background-color css
<style>
a { background-color: #8AC60A; }
a { background-color: rgb(138,198,10); }
div.DivClassName
{
background-color: #8AC60A;
}
.BgClassName
{
background-color: #8AC60A;
}
</style>
border-color css
<style>
span { border-color: #8AC60A; }
span { border-color: rgb(138,198,10); }
td.TdClassName
{
border-color: #8AC60A;
}
.TagClassName
{
border-color: #8AC60A;
}
</style>