Shades of Green Yellow #ACFF46
Tints of Green Yellow #ACFF46
RGB
CMYK
RGB Variations
Color information
#ACFF46 (or 0xACFF46) is known color: Green Yellow. HEX triplet: AC, FF and 46. RGB value is (172,255,70). Sum of RGB (Red+Green+Blue) = 172+255+70=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 70 (27.73% from 255 or 14.08% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF46 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFF46 is #5300B9. Grayscale: #D1D1D1. Windows color (decimal): -5439674 or 4652972. OLE color: 4652972.
HSL color Cylindrical-coordinate representation of color #ACFF46: hue angle of 86.92º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACFF46 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 70 | - |
| CMYK | 0.33 | 0 | 0.73 | 0 |
| HSL | 86.92º | 1% | 0.64% | - |
| HSV(B) | 86.92º | 0.73% | 1% | - |
| XYZ | 53.88 | 80.73 | 18.54 | - |
| YUV | 209.09 | 49.5 | 101.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 70 | 0.33 | 0 | 0.73 | 0 | 86.92 | 1 | 0.64 |
| Hex | AC | FF | 46 | 21 | 0 | 49 | 0 | 57 | 64 | 40 |
| Octal | 254 | 377 | 106 | 41 | 0 | 111 | 0 | 127 | 144 | 100 |
| Binary | 10101100 | 11111111 | 1000110 | 100001 | 0 | 1001001 | 0 | 1010111 | 1100100 | 1000000 |
Color Harmonies of #ACFF46
Complementary color
Monochromatic Colors of #ACFF46
Black with #ACFF46
Text Example
Text Example
White with #ACFF46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF46; }
p { color: rgb(172,255,70); }
H1.HeaderClassName
{
color: #ACFF46;
}
.AnyTagClassName
{
color: #ACFF46;
}
</style>
background-color css
<style>
a { background-color: #ACFF46; }
a { background-color: rgb(172,255,70); }
div.DivClassName
{
background-color: #ACFF46;
}
.BgClassName
{
background-color: #ACFF46;
}
</style>
border-color css
<style>
span { border-color: #ACFF46; }
span { border-color: rgb(172,255,70); }
td.TdClassName
{
border-color: #ACFF46;
}
.TagClassName
{
border-color: #ACFF46;
}
</style>