Shades of Citrus #8ACC0D
Tints of Citrus #8ACC0D
RGB
CMYK
RGB Variations
Color information
#8ACC0D (or 0x8ACC0D) is known color: Citrus. HEX triplet: 8A, CC and 0D. RGB value is (138,204,13). Sum of RGB (Red+Green+Blue) = 138+204+13=355 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.87% from 355); Green value is 204 (80.08% from 255 or 57.46% from 355); Blue value is 13 (5.47% from 255 or 3.66% from 355); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #8ACC0D is #7533F2. Grayscale: #A3A3A3. Windows color (decimal): -7681011 or 904330. OLE color: 904330.
HSL color Cylindrical-coordinate representation of color #8ACC0D: hue angle of 80.73º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8ACC0D is Cyan = 0.32, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 13 | - |
| CMYK | 0.32 | 0 | 0.94 | 0.2 |
| HSL | 80.73º | 0.88% | 0.43% | - |
| HSV(B) | 80.73º | 0.94% | 0.8% | - |
| XYZ | 32.15 | 48.62 | 8.07 | - |
| YUV | 162.49 | 43.63 | 110.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 13 | 0.32 | 0 | 0.94 | 0.2 | 80.73 | 0.88 | 0.43 |
| Hex | 8A | CC | D | 20 | 0 | 5E | 14 | 51 | 58 | 2B |
| Octal | 212 | 314 | 15 | 40 | 0 | 136 | 24 | 121 | 130 | 53 |
| Binary | 10001010 | 11001100 | 1101 | 100000 | 0 | 1011110 | 10100 | 1010001 | 1011000 | 101011 |
Color Harmonies of #8ACC0D
Complementary color
Monochromatic Colors of #8ACC0D
Black with #8ACC0D
Text Example
Text Example
White with #8ACC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC0D; }
p { color: rgb(138,204,13); }
H1.HeaderClassName
{
color: #8ACC0D;
}
.AnyTagClassName
{
color: #8ACC0D;
}
</style>
background-color css
<style>
a { background-color: #8ACC0D; }
a { background-color: rgb(138,204,13); }
div.DivClassName
{
background-color: #8ACC0D;
}
.BgClassName
{
background-color: #8ACC0D;
}
</style>
border-color css
<style>
span { border-color: #8ACC0D; }
span { border-color: rgb(138,204,13); }
td.TdClassName
{
border-color: #8ACC0D;
}
.TagClassName
{
border-color: #8ACC0D;
}
</style>