Shades of Green Yellow #ACFE40
Tints of Green Yellow #ACFE40
RGB
CMYK
RGB Variations
Color information
#ACFE40 (or 0xACFE40) is known color: Green Yellow. HEX triplet: AC, FE and 40. RGB value is (172,254,64). Sum of RGB (Red+Green+Blue) = 172+254+64=490 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.10% from 490); Green value is 254 (99.61% from 255 or 51.84% from 490); Blue value is 64 (25.39% from 255 or 13.06% from 490); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFE40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFE40 is #5301BF. Grayscale: #D0D0D0. Windows color (decimal): -5439936 or 4259500. OLE color: 4259500.
HSL color Cylindrical-coordinate representation of color #ACFE40: hue angle of 85.89º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #ACFE40 is Cyan = 0.32, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 64 | - |
| CMYK | 0.32 | 0 | 0.75 | 0.00 |
| HSL | 85.89º | 0.99% | 0.62% | - |
| HSV(B) | 85.89º | 0.75% | 1% | - |
| XYZ | 53.38 | 80.02 | 17.48 | - |
| YUV | 207.82 | 46.83 | 102.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 64 | 0.32 | 0 | 0.75 | 0.00 | 85.89 | 0.99 | 0.62 |
| Hex | AC | FE | 40 | 20 | 0 | 4B | 0 | 56 | 63 | 3E |
| Octal | 254 | 376 | 100 | 40 | 0 | 113 | 0 | 126 | 143 | 76 |
| Binary | 10101100 | 11111110 | 1000000 | 100000 | 0 | 1001011 | 0 | 1010110 | 1100011 | 111110 |
Color Harmonies of #ACFE40
Complementary color
Monochromatic Colors of #ACFE40
Black with #ACFE40
Text Example
Text Example
White with #ACFE40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFE40; }
p { color: rgb(172,254,64); }
H1.HeaderClassName
{
color: #ACFE40;
}
.AnyTagClassName
{
color: #ACFE40;
}
</style>
background-color css
<style>
a { background-color: #ACFE40; }
a { background-color: rgb(172,254,64); }
div.DivClassName
{
background-color: #ACFE40;
}
.BgClassName
{
background-color: #ACFE40;
}
</style>
border-color css
<style>
span { border-color: #ACFE40; }
span { border-color: rgb(172,254,64); }
td.TdClassName
{
border-color: #ACFE40;
}
.TagClassName
{
border-color: #ACFE40;
}
</style>