Shades of Yellow Green #8ACE34
Tints of Yellow Green #8ACE34
RGB
CMYK
RGB Variations
Color information
#8ACE34 (or 0x8ACE34) is known color: Yellow Green. HEX triplet: 8A, CE and 34. RGB value is (138,206,52). Sum of RGB (Red+Green+Blue) = 138+206+52=396 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.85% from 396); Green value is 206 (80.86% from 255 or 52.02% from 396); Blue value is 52 (20.70% from 255 or 13.13% from 396); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE34 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE34 is #7531CB. Grayscale: #A8A8A8. Windows color (decimal): -7680460 or 3460746. OLE color: 3460746.
HSL color Cylindrical-coordinate representation of color #8ACE34: hue angle of 86.49º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8ACE34 is Cyan = 0.33, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 52 | - |
| CMYK | 0.33 | 0 | 0.75 | 0.19 |
| HSL | 86.49º | 0.61% | 0.51% | - |
| HSV(B) | 86.49º | 0.75% | 0.81% | - |
| XYZ | 33.17 | 49.79 | 11.11 | - |
| YUV | 168.11 | 62.47 | 106.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 52 | 0.33 | 0 | 0.75 | 0.19 | 86.49 | 0.61 | 0.51 |
| Hex | 8A | CE | 34 | 21 | 0 | 4B | 13 | 56 | 3D | 33 |
| Octal | 212 | 316 | 64 | 41 | 0 | 113 | 23 | 126 | 75 | 63 |
| Binary | 10001010 | 11001110 | 110100 | 100001 | 0 | 1001011 | 10011 | 1010110 | 111101 | 110011 |
Color Harmonies of #8ACE34
Complementary color
Monochromatic Colors of #8ACE34
Black with #8ACE34
Text Example
Text Example
White with #8ACE34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE34; }
p { color: rgb(138,206,52); }
H1.HeaderClassName
{
color: #8ACE34;
}
.AnyTagClassName
{
color: #8ACE34;
}
</style>
background-color css
<style>
a { background-color: #8ACE34; }
a { background-color: rgb(138,206,52); }
div.DivClassName
{
background-color: #8ACE34;
}
.BgClassName
{
background-color: #8ACE34;
}
</style>
border-color css
<style>
span { border-color: #8ACE34; }
span { border-color: rgb(138,206,52); }
td.TdClassName
{
border-color: #8ACE34;
}
.TagClassName
{
border-color: #8ACE34;
}
</style>