Shades of Green Yellow #ACF840
Tints of Green Yellow #ACF840
RGB
CMYK
RGB Variations
Color information
#ACF840 (or 0xACF840) is known color: Green Yellow. HEX triplet: AC, F8 and 40. RGB value is (172,248,64). Sum of RGB (Red+Green+Blue) = 172+248+64=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 64 (25.39% from 255 or 13.22% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF840 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF840 is #5307BF. Grayscale: #CCCCCC. Windows color (decimal): -5441472 or 4257964. OLE color: 4257964.
HSL color Cylindrical-coordinate representation of color #ACF840: hue angle of 84.78º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACF840 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 64 | - |
| CMYK | 0.31 | 0 | 0.74 | 0.03 |
| HSL | 84.78º | 0.93% | 0.61% | - |
| HSV(B) | 84.78º | 0.74% | 0.97% | - |
| XYZ | 51.51 | 76.28 | 16.86 | - |
| YUV | 204.3 | 48.82 | 104.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 64 | 0.31 | 0 | 0.74 | 0.03 | 84.78 | 0.93 | 0.61 |
| Hex | AC | F8 | 40 | 1F | 0 | 4A | 3 | 55 | 5D | 3D |
| Octal | 254 | 370 | 100 | 37 | 0 | 112 | 3 | 125 | 135 | 75 |
| Binary | 10101100 | 11111000 | 1000000 | 11111 | 0 | 1001010 | 11 | 1010101 | 1011101 | 111101 |
Color Harmonies of #ACF840
Complementary color
Monochromatic Colors of #ACF840
Black with #ACF840
Text Example
Text Example
White with #ACF840
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF840; }
p { color: rgb(172,248,64); }
H1.HeaderClassName
{
color: #ACF840;
}
.AnyTagClassName
{
color: #ACF840;
}
</style>
background-color css
<style>
a { background-color: #ACF840; }
a { background-color: rgb(172,248,64); }
div.DivClassName
{
background-color: #ACF840;
}
.BgClassName
{
background-color: #ACF840;
}
</style>
border-color css
<style>
span { border-color: #ACF840; }
span { border-color: rgb(172,248,64); }
td.TdClassName
{
border-color: #ACF840;
}
.TagClassName
{
border-color: #ACF840;
}
</style>