Shades of Citrus #8ACC02
Tints of Citrus #8ACC02
RGB
CMYK
RGB Variations
Color information
#8ACC02 (or 0x8ACC02) is known color: Citrus. HEX triplet: 8A, CC and 02. RGB value is (138,204,2). Sum of RGB (Red+Green+Blue) = 138+204+2=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 204 (80.08% from 255 or 59.30% from 344); Blue value is 2 (1.17% from 255 or 0.58% from 344); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC02 is #7533FD. Grayscale: #A1A1A1. Windows color (decimal): -7681022 or 183434. OLE color: 183434.
HSL color Cylindrical-coordinate representation of color #8ACC02: hue angle of 79.6º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8ACC02 is Cyan = 0.32, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 2 | - |
| CMYK | 0.32 | 0 | 0.99 | 0.2 |
| HSL | 79.6º | 0.98% | 0.4% | - |
| HSV(B) | 79.6º | 0.99% | 0.8% | - |
| XYZ | 32.09 | 48.59 | 7.75 | - |
| YUV | 161.24 | 38.13 | 111.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 2 | 0.32 | 0 | 0.99 | 0.2 | 79.6 | 0.98 | 0.4 |
| Hex | 8A | CC | 2 | 20 | 0 | 63 | 14 | 50 | 62 | 28 |
| Octal | 212 | 314 | 2 | 40 | 0 | 143 | 24 | 120 | 142 | 50 |
| Binary | 10001010 | 11001100 | 10 | 100000 | 0 | 1100011 | 10100 | 1010000 | 1100010 | 101000 |
Color Harmonies of #8ACC02
Complementary color
Monochromatic Colors of #8ACC02
Black with #8ACC02
Text Example
Text Example
White with #8ACC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC02; }
p { color: rgb(138,204,2); }
H1.HeaderClassName
{
color: #8ACC02;
}
.AnyTagClassName
{
color: #8ACC02;
}
</style>
background-color css
<style>
a { background-color: #8ACC02; }
a { background-color: rgb(138,204,2); }
div.DivClassName
{
background-color: #8ACC02;
}
.BgClassName
{
background-color: #8ACC02;
}
</style>
border-color css
<style>
span { border-color: #8ACC02; }
span { border-color: rgb(138,204,2); }
td.TdClassName
{
border-color: #8ACC02;
}
.TagClassName
{
border-color: #8ACC02;
}
</style>