Shades of Green Yellow #ACF640
Tints of Green Yellow #ACF640
RGB
CMYK
RGB Variations
Color information
#ACF640 (or 0xACF640) is known color: Green Yellow. HEX triplet: AC, F6 and 40. RGB value is (172,246,64). Sum of RGB (Red+Green+Blue) = 172+246+64=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 64 (25.39% from 255 or 13.28% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF640 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF640 is #5309BF. Grayscale: #CBCBCB. Windows color (decimal): -5441984 or 4257452. OLE color: 4257452.
HSL color Cylindrical-coordinate representation of color #ACF640: hue angle of 84.4º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACF640 is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 64 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.04 |
| HSL | 84.4º | 0.91% | 0.61% | - |
| HSV(B) | 84.4º | 0.74% | 0.96% | - |
| XYZ | 50.89 | 75.05 | 16.65 | - |
| YUV | 203.13 | 49.48 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 64 | 0.30 | 0 | 0.74 | 0.04 | 84.4 | 0.91 | 0.61 |
| Hex | AC | F6 | 40 | 1E | 0 | 4A | 4 | 54 | 5B | 3D |
| Octal | 254 | 366 | 100 | 36 | 0 | 112 | 4 | 124 | 133 | 75 |
| Binary | 10101100 | 11110110 | 1000000 | 11110 | 0 | 1001010 | 100 | 1010100 | 1011011 | 111101 |
Color Harmonies of #ACF640
Complementary color
Monochromatic Colors of #ACF640
Black with #ACF640
Text Example
Text Example
White with #ACF640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF640; }
p { color: rgb(172,246,64); }
H1.HeaderClassName
{
color: #ACF640;
}
.AnyTagClassName
{
color: #ACF640;
}
</style>
background-color css
<style>
a { background-color: #ACF640; }
a { background-color: rgb(172,246,64); }
div.DivClassName
{
background-color: #ACF640;
}
.BgClassName
{
background-color: #ACF640;
}
</style>
border-color css
<style>
span { border-color: #ACF640; }
span { border-color: rgb(172,246,64); }
td.TdClassName
{
border-color: #ACF640;
}
.TagClassName
{
border-color: #ACF640;
}
</style>