Shades of Green Yellow #ACF224
Tints of Green Yellow #ACF224
RGB
CMYK
RGB Variations
Color information
#ACF224 (or 0xACF224) is known color: Green Yellow. HEX triplet: AC, F2 and 24. RGB value is (172,242,36). Sum of RGB (Red+Green+Blue) = 172+242+36=450 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.22% from 450); Green value is 242 (94.92% from 255 or 53.78% from 450); Blue value is 36 (14.45% from 255 or 8% from 450); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF224 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF224 is #530DDB. Grayscale: #C6C6C6. Windows color (decimal): -5443036 or 2421420. OLE color: 2421420.
HSL color Cylindrical-coordinate representation of color #ACF224: hue angle of 80.39º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #ACF224 is Cyan = 0.29, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 36 | - |
| CMYK | 0.29 | 0 | 0.85 | 0.05 |
| HSL | 80.39º | 0.89% | 0.55% | - |
| HSV(B) | 80.39º | 0.85% | 0.95% | - |
| XYZ | 49.08 | 72.4 | 13.06 | - |
| YUV | 197.59 | 36.81 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 36 | 0.29 | 0 | 0.85 | 0.05 | 80.39 | 0.89 | 0.55 |
| Hex | AC | F2 | 24 | 1D | 0 | 55 | 5 | 50 | 59 | 37 |
| Octal | 254 | 362 | 44 | 35 | 0 | 125 | 5 | 120 | 131 | 67 |
| Binary | 10101100 | 11110010 | 100100 | 11101 | 0 | 1010101 | 101 | 1010000 | 1011001 | 110111 |
Color Harmonies of #ACF224
Complementary color
Monochromatic Colors of #ACF224
Black with #ACF224
Text Example
Text Example
White with #ACF224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF224; }
p { color: rgb(172,242,36); }
H1.HeaderClassName
{
color: #ACF224;
}
.AnyTagClassName
{
color: #ACF224;
}
</style>
background-color css
<style>
a { background-color: #ACF224; }
a { background-color: rgb(172,242,36); }
div.DivClassName
{
background-color: #ACF224;
}
.BgClassName
{
background-color: #ACF224;
}
</style>
border-color css
<style>
span { border-color: #ACF224; }
span { border-color: rgb(172,242,36); }
td.TdClassName
{
border-color: #ACF224;
}
.TagClassName
{
border-color: #ACF224;
}
</style>