Shades of Citrus #8ACC04
Tints of Citrus #8ACC04
RGB
CMYK
RGB Variations
Color information
#8ACC04 (or 0x8ACC04) is known color: Citrus. HEX triplet: 8A, CC and 04. RGB value is (138,204,4). Sum of RGB (Red+Green+Blue) = 138+204+4=346 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.88% from 346); Green value is 204 (80.08% from 255 or 58.96% from 346); Blue value is 4 (1.95% from 255 or 1.16% from 346); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC04 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC04 is #7533FB. Grayscale: #A2A2A2. Windows color (decimal): -7681020 or 314506. OLE color: 314506.
HSL color Cylindrical-coordinate representation of color #8ACC04: hue angle of 79.8º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8ACC04 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 4 | - |
| CMYK | 0.32 | 0 | 0.98 | 0.2 |
| HSL | 79.8º | 0.96% | 0.41% | - |
| HSV(B) | 79.8º | 0.98% | 0.8% | - |
| XYZ | 32.1 | 48.6 | 7.8 | - |
| YUV | 161.47 | 39.13 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 4 | 0.32 | 0 | 0.98 | 0.2 | 79.8 | 0.96 | 0.41 |
| Hex | 8A | CC | 4 | 20 | 0 | 62 | 14 | 50 | 60 | 29 |
| Octal | 212 | 314 | 4 | 40 | 0 | 142 | 24 | 120 | 140 | 51 |
| Binary | 10001010 | 11001100 | 100 | 100000 | 0 | 1100010 | 10100 | 1010000 | 1100000 | 101001 |
Color Harmonies of #8ACC04
Complementary color
Monochromatic Colors of #8ACC04
Black with #8ACC04
Text Example
Text Example
White with #8ACC04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC04; }
p { color: rgb(138,204,4); }
H1.HeaderClassName
{
color: #8ACC04;
}
.AnyTagClassName
{
color: #8ACC04;
}
</style>
background-color css
<style>
a { background-color: #8ACC04; }
a { background-color: rgb(138,204,4); }
div.DivClassName
{
background-color: #8ACC04;
}
.BgClassName
{
background-color: #8ACC04;
}
</style>
border-color css
<style>
span { border-color: #8ACC04; }
span { border-color: rgb(138,204,4); }
td.TdClassName
{
border-color: #8ACC04;
}
.TagClassName
{
border-color: #8ACC04;
}
</style>