Shades of Yellow Green #8ACC1D
Tints of Yellow Green #8ACC1D
RGB
CMYK
RGB Variations
Color information
#8ACC1D (or 0x8ACC1D) is known color: Yellow Green. HEX triplet: 8A, CC and 1D. RGB value is (138,204,29). Sum of RGB (Red+Green+Blue) = 138+204+29=371 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.20% from 371); Green value is 204 (80.08% from 255 or 54.99% from 371); Blue value is 29 (11.72% from 255 or 7.82% from 371); Max value from RGB is 204 - color contains mainly: green. Hex color #8ACC1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACC1D is #7533E2. Grayscale: #A4A4A4. Windows color (decimal): -7680995 or 1952906. OLE color: 1952906.
HSL color Cylindrical-coordinate representation of color #8ACC1D: hue angle of 82.63º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8ACC1D is Cyan = 0.32, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 138 | 204 | 29 | - |
| CMYK | 0.32 | 0 | 0.86 | 0.2 |
| HSL | 82.63º | 0.75% | 0.46% | - |
| HSV(B) | 82.63º | 0.86% | 0.8% | - |
| XYZ | 32.3 | 48.68 | 8.86 | - |
| YUV | 164.32 | 51.63 | 109.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 204 | 29 | 0.32 | 0 | 0.86 | 0.2 | 82.63 | 0.75 | 0.46 |
| Hex | 8A | CC | 1D | 20 | 0 | 56 | 14 | 53 | 4B | 2E |
| Octal | 212 | 314 | 35 | 40 | 0 | 126 | 24 | 123 | 113 | 56 |
| Binary | 10001010 | 11001100 | 11101 | 100000 | 0 | 1010110 | 10100 | 1010011 | 1001011 | 101110 |
Color Harmonies of #8ACC1D
Complementary color
Monochromatic Colors of #8ACC1D
Black with #8ACC1D
Text Example
Text Example
White with #8ACC1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACC1D; }
p { color: rgb(138,204,29); }
H1.HeaderClassName
{
color: #8ACC1D;
}
.AnyTagClassName
{
color: #8ACC1D;
}
</style>
background-color css
<style>
a { background-color: #8ACC1D; }
a { background-color: rgb(138,204,29); }
div.DivClassName
{
background-color: #8ACC1D;
}
.BgClassName
{
background-color: #8ACC1D;
}
</style>
border-color css
<style>
span { border-color: #8ACC1D; }
span { border-color: rgb(138,204,29); }
td.TdClassName
{
border-color: #8ACC1D;
}
.TagClassName
{
border-color: #8ACC1D;
}
</style>