Shades of Citrus #8ACC07
Tints of Citrus #8ACC07
RGB
CMYK
RGB Variations
Color information
#8ACC07 (or 0x8ACC07) is known color: Citrus. HEX triplet: 8A, CC and 07. RGB value is (138,204,7). Sum of RGB (Red+Green+Blue) = 138+204+7=349 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.54% from 349); Green value is 204 (80.08% from 255 or 58.45% from 349); Blue value is 7 (3.12% from 255 or 2.01% from 349); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC07 is #7533F8. Grayscale: #A2A2A2. Windows color (decimal): -7681017 or 511114. OLE color: 511114.
HSL color Cylindrical-coordinate representation of color #8ACC07: hue angle of 80.1º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8ACC07 is Cyan = 0.32, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 7 | - |
| CMYK | 0.32 | 0 | 0.97 | 0.2 |
| HSL | 80.1º | 0.93% | 0.41% | - |
| HSV(B) | 80.1º | 0.97% | 0.8% | - |
| XYZ | 32.11 | 48.6 | 7.89 | - |
| YUV | 161.81 | 40.63 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 7 | 0.32 | 0 | 0.97 | 0.2 | 80.1 | 0.93 | 0.41 |
| Hex | 8A | CC | 7 | 20 | 0 | 61 | 14 | 50 | 5D | 29 |
| Octal | 212 | 314 | 7 | 40 | 0 | 141 | 24 | 120 | 135 | 51 |
| Binary | 10001010 | 11001100 | 111 | 100000 | 0 | 1100001 | 10100 | 1010000 | 1011101 | 101001 |
Color Harmonies of #8ACC07
Complementary color
Monochromatic Colors of #8ACC07
Black with #8ACC07
Text Example
Text Example
White with #8ACC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC07; }
p { color: rgb(138,204,7); }
H1.HeaderClassName
{
color: #8ACC07;
}
.AnyTagClassName
{
color: #8ACC07;
}
</style>
background-color css
<style>
a { background-color: #8ACC07; }
a { background-color: rgb(138,204,7); }
div.DivClassName
{
background-color: #8ACC07;
}
.BgClassName
{
background-color: #8ACC07;
}
</style>
border-color css
<style>
span { border-color: #8ACC07; }
span { border-color: rgb(138,204,7); }
td.TdClassName
{
border-color: #8ACC07;
}
.TagClassName
{
border-color: #8ACC07;
}
</style>