Shades of Yellow Green #8ACE38
Tints of Yellow Green #8ACE38
RGB
CMYK
RGB Variations
Color information
#8ACE38 (or 0x8ACE38) is known color: Yellow Green. HEX triplet: 8A, CE and 38. RGB value is (138,206,56). Sum of RGB (Red+Green+Blue) = 138+206+56=400 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.5% from 400); Green value is 206 (80.86% from 255 or 51.5% from 400); Blue value is 56 (22.27% from 255 or 14% from 400); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE38 is #7531C7. Grayscale: #A9A9A9. Windows color (decimal): -7680456 or 3722890. OLE color: 3722890.
HSL color Cylindrical-coordinate representation of color #8ACE38: hue angle of 87.2º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8ACE38 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 56 | - |
| CMYK | 0.33 | 0 | 0.73 | 0.19 |
| HSL | 87.2º | 0.6% | 0.51% | - |
| HSV(B) | 87.2º | 0.73% | 0.81% | - |
| XYZ | 33.27 | 49.83 | 11.61 | - |
| YUV | 168.57 | 64.47 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 56 | 0.33 | 0 | 0.73 | 0.19 | 87.2 | 0.6 | 0.51 |
| Hex | 8A | CE | 38 | 21 | 0 | 49 | 13 | 57 | 3C | 33 |
| Octal | 212 | 316 | 70 | 41 | 0 | 111 | 23 | 127 | 74 | 63 |
| Binary | 10001010 | 11001110 | 111000 | 100001 | 0 | 1001001 | 10011 | 1010111 | 111100 | 110011 |
Color Harmonies of #8ACE38
Complementary color
Monochromatic Colors of #8ACE38
Black with #8ACE38
Text Example
Text Example
White with #8ACE38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE38; }
p { color: rgb(138,206,56); }
H1.HeaderClassName
{
color: #8ACE38;
}
.AnyTagClassName
{
color: #8ACE38;
}
</style>
background-color css
<style>
a { background-color: #8ACE38; }
a { background-color: rgb(138,206,56); }
div.DivClassName
{
background-color: #8ACE38;
}
.BgClassName
{
background-color: #8ACE38;
}
</style>
border-color css
<style>
span { border-color: #8ACE38; }
span { border-color: rgb(138,206,56); }
td.TdClassName
{
border-color: #8ACE38;
}
.TagClassName
{
border-color: #8ACE38;
}
</style>