Shades of Yellow Green #8ACE1F
Tints of Yellow Green #8ACE1F
RGB
CMYK
RGB Variations
Color information
#8ACE1F (or 0x8ACE1F) is known color: Yellow Green. HEX triplet: 8A, CE and 1F. RGB value is (138,206,31). Sum of RGB (Red+Green+Blue) = 138+206+31=375 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.8% from 375); Green value is 206 (80.86% from 255 or 54.93% from 375); Blue value is 31 (12.5% from 255 or 8.27% from 375); Max value from RGB is 206 - color contains mainly: green. Hex color #8ACE1F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8ACE1F is #7531E0. Grayscale: #A6A6A6. Windows color (decimal): -7680481 or 2084490. OLE color: 2084490.
HSL color Cylindrical-coordinate representation of color #8ACE1F: hue angle of 83.31º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8ACE1F is Cyan = 0.33, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 138 | 206 | 31 | - |
| CMYK | 0.33 | 0 | 0.85 | 0.19 |
| HSL | 83.31º | 0.74% | 0.46% | - |
| HSV(B) | 83.31º | 0.85% | 0.81% | - |
| XYZ | 32.8 | 49.64 | 9.15 | - |
| YUV | 165.72 | 51.97 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 206 | 31 | 0.33 | 0 | 0.85 | 0.19 | 83.31 | 0.74 | 0.46 |
| Hex | 8A | CE | 1F | 21 | 0 | 55 | 13 | 53 | 4A | 2E |
| Octal | 212 | 316 | 37 | 41 | 0 | 125 | 23 | 123 | 112 | 56 |
| Binary | 10001010 | 11001110 | 11111 | 100001 | 0 | 1010101 | 10011 | 1010011 | 1001010 | 101110 |
Color Harmonies of #8ACE1F
Complementary color
Monochromatic Colors of #8ACE1F
Black with #8ACE1F
Text Example
Text Example
White with #8ACE1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8ACE1F; }
p { color: rgb(138,206,31); }
H1.HeaderClassName
{
color: #8ACE1F;
}
.AnyTagClassName
{
color: #8ACE1F;
}
</style>
background-color css
<style>
a { background-color: #8ACE1F; }
a { background-color: rgb(138,206,31); }
div.DivClassName
{
background-color: #8ACE1F;
}
.BgClassName
{
background-color: #8ACE1F;
}
</style>
border-color css
<style>
span { border-color: #8ACE1F; }
span { border-color: rgb(138,206,31); }
td.TdClassName
{
border-color: #8ACE1F;
}
.TagClassName
{
border-color: #8ACE1F;
}
</style>