Shades of Green Yellow #ACF446
Tints of Green Yellow #ACF446
RGB
CMYK
RGB Variations
Color information
#ACF446 (or 0xACF446) is known color: Green Yellow. HEX triplet: AC, F4 and 46. RGB value is (172,244,70). Sum of RGB (Red+Green+Blue) = 172+244+70=486 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.39% from 486); Green value is 244 (95.70% from 255 or 50.21% from 486); Blue value is 70 (27.73% from 255 or 14.40% from 486); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF446 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF446 is #530BB9. Grayscale: #CBCBCB. Windows color (decimal): -5442490 or 4650156. OLE color: 4650156.
HSL color Cylindrical-coordinate representation of color #ACF446: hue angle of 84.83º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACF446 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 70 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.04 |
| HSL | 84.83º | 0.89% | 0.62% | - |
| HSV(B) | 84.83º | 0.71% | 0.96% | - |
| XYZ | 50.47 | 73.91 | 17.4 | - |
| YUV | 202.64 | 53.15 | 106.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 70 | 0.30 | 0 | 0.71 | 0.04 | 84.83 | 0.89 | 0.62 |
| Hex | AC | F4 | 46 | 1E | 0 | 47 | 4 | 55 | 59 | 3E |
| Octal | 254 | 364 | 106 | 36 | 0 | 107 | 4 | 125 | 131 | 76 |
| Binary | 10101100 | 11110100 | 1000110 | 11110 | 0 | 1000111 | 100 | 1010101 | 1011001 | 111110 |
Color Harmonies of #ACF446
Complementary color
Monochromatic Colors of #ACF446
Black with #ACF446
Text Example
Text Example
White with #ACF446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF446; }
p { color: rgb(172,244,70); }
H1.HeaderClassName
{
color: #ACF446;
}
.AnyTagClassName
{
color: #ACF446;
}
</style>
background-color css
<style>
a { background-color: #ACF446; }
a { background-color: rgb(172,244,70); }
div.DivClassName
{
background-color: #ACF446;
}
.BgClassName
{
background-color: #ACF446;
}
</style>
border-color css
<style>
span { border-color: #ACF446; }
span { border-color: rgb(172,244,70); }
td.TdClassName
{
border-color: #ACF446;
}
.TagClassName
{
border-color: #ACF446;
}
</style>