Shades of Yellow Green #8ACD32
Tints of Yellow Green #8ACD32
RGB
CMYK
RGB Variations
Color information
#8ACD32 (or 0x8ACD32) is known color: Yellow Green. HEX triplet: 8A, CD and 32. RGB value is (138,205,50). Sum of RGB (Red+Green+Blue) = 138+205+50=393 (52% of max value = 765). Red value is 138 (54.30% from 255 or 35.11% from 393); Green value is 205 (80.47% from 255 or 52.16% from 393); Blue value is 50 (19.92% from 255 or 12.72% from 393); Max value from RGB is 205 - color contains mainly: green. Hex color #8ACD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACD32 is #7532CD. Grayscale: #A7A7A7. Windows color (decimal): -7680718 or 3329418. OLE color: 3329418.
HSL color Cylindrical-coordinate representation of color #8ACD32: hue angle of 85.94º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8ACD32 is Cyan = 0.33, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 138 | 205 | 50 | - |
| CMYK | 0.33 | 0 | 0.76 | 0.20 |
| HSL | 85.94º | 0.61% | 0.5% | - |
| HSV(B) | 85.94º | 0.76% | 0.8% | - |
| XYZ | 32.89 | 49.3 | 10.8 | - |
| YUV | 167.3 | 61.8 | 107.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 205 | 50 | 0.33 | 0 | 0.76 | 0.20 | 85.94 | 0.61 | 0.5 |
| Hex | 8A | CD | 32 | 21 | 0 | 4C | 14 | 56 | 3D | 32 |
| Octal | 212 | 315 | 62 | 41 | 0 | 114 | 24 | 126 | 75 | 62 |
| Binary | 10001010 | 11001101 | 110010 | 100001 | 0 | 1001100 | 10100 | 1010110 | 111101 | 110010 |
Color Harmonies of #8ACD32
Complementary color
Monochromatic Colors of #8ACD32
Black with #8ACD32
Text Example
Text Example
White with #8ACD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACD32; }
p { color: rgb(138,205,50); }
H1.HeaderClassName
{
color: #8ACD32;
}
.AnyTagClassName
{
color: #8ACD32;
}
</style>
background-color css
<style>
a { background-color: #8ACD32; }
a { background-color: rgb(138,205,50); }
div.DivClassName
{
background-color: #8ACD32;
}
.BgClassName
{
background-color: #8ACD32;
}
</style>
border-color css
<style>
span { border-color: #8ACD32; }
span { border-color: rgb(138,205,50); }
td.TdClassName
{
border-color: #8ACD32;
}
.TagClassName
{
border-color: #8ACD32;
}
</style>