Shades of Yellow Green #8ACE1A
Tints of Yellow Green #8ACE1A
RGB
CMYK
RGB Variations
Color information
#8ACE1A (or 0x8ACE1A) is known color: Yellow Green. HEX triplet: 8A, CE and 1A. RGB value is (138,206,26). Sum of RGB (Red+Green+Blue) = 138+206+26=370 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.30% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 26 (10.55% from 255 or 7.03% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE1A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE1A is #7531E5. Grayscale: #A5A5A5. Windows color (decimal): -7680486 or 1756810. OLE color: 1756810.
HSL color Cylindrical-coordinate representation of color #8ACE1A: hue angle of 82.67º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8ACE1A is Cyan = 0.33, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 26 | - |
| CMYK | 0.33 | 0 | 0.87 | 0.19 |
| HSL | 82.67º | 0.78% | 0.45% | - |
| HSV(B) | 82.67º | 0.87% | 0.81% | - |
| XYZ | 32.74 | 49.62 | 8.83 | - |
| YUV | 165.15 | 49.47 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 26 | 0.33 | 0 | 0.87 | 0.19 | 82.67 | 0.78 | 0.45 |
| Hex | 8A | CE | 1A | 21 | 0 | 57 | 13 | 53 | 4E | 2D |
| Octal | 212 | 316 | 32 | 41 | 0 | 127 | 23 | 123 | 116 | 55 |
| Binary | 10001010 | 11001110 | 11010 | 100001 | 0 | 1010111 | 10011 | 1010011 | 1001110 | 101101 |
Color Harmonies of #8ACE1A
Complementary color
Monochromatic Colors of #8ACE1A
Black with #8ACE1A
Text Example
Text Example
White with #8ACE1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE1A; }
p { color: rgb(138,206,26); }
H1.HeaderClassName
{
color: #8ACE1A;
}
.AnyTagClassName
{
color: #8ACE1A;
}
</style>
background-color css
<style>
a { background-color: #8ACE1A; }
a { background-color: rgb(138,206,26); }
div.DivClassName
{
background-color: #8ACE1A;
}
.BgClassName
{
background-color: #8ACE1A;
}
</style>
border-color css
<style>
span { border-color: #8ACE1A; }
span { border-color: rgb(138,206,26); }
td.TdClassName
{
border-color: #8ACE1A;
}
.TagClassName
{
border-color: #8ACE1A;
}
</style>