Shades of Green Yellow #ACF532
Tints of Green Yellow #ACF532
RGB
CMYK
RGB Variations
Color information
#ACF532 (or 0xACF532) is known color: Green Yellow. HEX triplet: AC, F5 and 32. RGB value is (172,245,50). Sum of RGB (Red+Green+Blue) = 172+245+50=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 245 (96.09% from 255 or 52.46% from 467); Blue value is 50 (19.92% from 255 or 10.71% from 467); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF532 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF532 is #530ACD. Grayscale: #C9C9C9. Windows color (decimal): -5442254 or 3339692. OLE color: 3339692.
HSL color Cylindrical-coordinate representation of color #ACF532: hue angle of 82.46º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACF532 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 50 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.04 |
| HSL | 82.46º | 0.91% | 0.58% | - |
| HSV(B) | 82.46º | 0.8% | 0.96% | - |
| XYZ | 50.24 | 74.31 | 14.71 | - |
| YUV | 200.94 | 42.82 | 107.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 50 | 0.30 | 0 | 0.80 | 0.04 | 82.46 | 0.91 | 0.58 |
| Hex | AC | F5 | 32 | 1E | 0 | 50 | 4 | 52 | 5B | 3A |
| Octal | 254 | 365 | 62 | 36 | 0 | 120 | 4 | 122 | 133 | 72 |
| Binary | 10101100 | 11110101 | 110010 | 11110 | 0 | 1010000 | 100 | 1010010 | 1011011 | 111010 |
Color Harmonies of #ACF532
Complementary color
Monochromatic Colors of #ACF532
Black with #ACF532
Text Example
Text Example
White with #ACF532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF532; }
p { color: rgb(172,245,50); }
H1.HeaderClassName
{
color: #ACF532;
}
.AnyTagClassName
{
color: #ACF532;
}
</style>
background-color css
<style>
a { background-color: #ACF532; }
a { background-color: rgb(172,245,50); }
div.DivClassName
{
background-color: #ACF532;
}
.BgClassName
{
background-color: #ACF532;
}
</style>
border-color css
<style>
span { border-color: #ACF532; }
span { border-color: rgb(172,245,50); }
td.TdClassName
{
border-color: #ACF532;
}
.TagClassName
{
border-color: #ACF532;
}
</style>