Shades of Citrus #8ACC0A
Tints of Citrus #8ACC0A
RGB
CMYK
RGB Variations
Color information
#8ACC0A (or 0x8ACC0A) is known color: Citrus. HEX triplet: 8A, CC and 0A. RGB value is (138,204,10). Sum of RGB (Red+Green+Blue) = 138+204+10=352 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.20% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 10 (4.30% from 255 or 2.84% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC0A is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC0A is #7533F5. Grayscale: #A2A2A2. Windows color (decimal): -7681014 or 707722. OLE color: 707722.
HSL color Cylindrical-coordinate representation of color #8ACC0A: hue angle of 80.41º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #8ACC0A is Cyan = 0.32, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 10 | - |
| CMYK | 0.32 | 0 | 0.95 | 0.2 |
| HSL | 80.41º | 0.91% | 0.42% | - |
| HSV(B) | 80.41º | 0.95% | 0.8% | - |
| XYZ | 32.13 | 48.61 | 7.98 | - |
| YUV | 162.15 | 42.13 | 110.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 10 | 0.32 | 0 | 0.95 | 0.2 | 80.41 | 0.91 | 0.42 |
| Hex | 8A | CC | A | 20 | 0 | 5F | 14 | 50 | 5B | 2A |
| Octal | 212 | 314 | 12 | 40 | 0 | 137 | 24 | 120 | 133 | 52 |
| Binary | 10001010 | 11001100 | 1010 | 100000 | 0 | 1011111 | 10100 | 1010000 | 1011011 | 101010 |
Color Harmonies of #8ACC0A
Complementary color
Monochromatic Colors of #8ACC0A
Black with #8ACC0A
Text Example
Text Example
White with #8ACC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC0A; }
p { color: rgb(138,204,10); }
H1.HeaderClassName
{
color: #8ACC0A;
}
.AnyTagClassName
{
color: #8ACC0A;
}
</style>
background-color css
<style>
a { background-color: #8ACC0A; }
a { background-color: rgb(138,204,10); }
div.DivClassName
{
background-color: #8ACC0A;
}
.BgClassName
{
background-color: #8ACC0A;
}
</style>
border-color css
<style>
span { border-color: #8ACC0A; }
span { border-color: rgb(138,204,10); }
td.TdClassName
{
border-color: #8ACC0A;
}
.TagClassName
{
border-color: #8ACC0A;
}
</style>