Shades of Yellow Green #8ACD34
Tints of Yellow Green #8ACD34
RGB
CMYK
RGB Variations
Color information
#8ACD34 (or 0x8ACD34) is known color: Yellow Green. HEX triplet: 8A, CD and 34. RGB value is (138,205,52). Sum of RGB (Red+Green+Blue) = 138+205+52=395 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.94% from 395); Green value is 205 (80.47% from 255 or 51.90% from 395); Blue value is 52 (20.70% from 255 or 13.16% from 395); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD34 is #7532CB. Grayscale: #A8A8A8. Windows color (decimal): -7680716 or 3460490. OLE color: 3460490.
HSL color Cylindrical-coordinate representation of color #8ACD34: hue angle of 86.27º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ACD34 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 52 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.20 |
| HSL | 86.27º | 0.6% | 0.5% | - |
| HSV(B) | 86.27º | 0.75% | 0.8% | - |
| XYZ | 32.93 | 49.31 | 11.03 | - |
| YUV | 167.53 | 62.8 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 52 | 0.33 | 0 | 0.75 | 0.20 | 86.27 | 0.6 | 0.5 |
| Hex | 8A | CD | 34 | 21 | 0 | 4B | 14 | 56 | 3C | 32 |
| Octal | 212 | 315 | 64 | 41 | 0 | 113 | 24 | 126 | 74 | 62 |
| Binary | 10001010 | 11001101 | 110100 | 100001 | 0 | 1001011 | 10100 | 1010110 | 111100 | 110010 |
Color Harmonies of #8ACD34
Complementary color
Monochromatic Colors of #8ACD34
Black with #8ACD34
Text Example
Text Example
White with #8ACD34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD34; }
p { color: rgb(138,205,52); }
H1.HeaderClassName
{
color: #8ACD34;
}
.AnyTagClassName
{
color: #8ACD34;
}
</style>
background-color css
<style>
a { background-color: #8ACD34; }
a { background-color: rgb(138,205,52); }
div.DivClassName
{
background-color: #8ACD34;
}
.BgClassName
{
background-color: #8ACD34;
}
</style>
border-color css
<style>
span { border-color: #8ACD34; }
span { border-color: rgb(138,205,52); }
td.TdClassName
{
border-color: #8ACD34;
}
.TagClassName
{
border-color: #8ACD34;
}
</style>