Shades of Green Yellow #ACF534
Tints of Green Yellow #ACF534
RGB
CMYK
RGB Variations
Color information
#ACF534 (or 0xACF534) is known color: Green Yellow. HEX triplet: AC, F5 and 34. RGB value is (172,245,52). Sum of RGB (Red+Green+Blue) = 172+245+52=469 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.67% from 469); Green value is 245 (96.09% from 255 or 52.24% from 469); Blue value is 52 (20.70% from 255 or 11.09% from 469); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF534 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF534 is #530ACB. Grayscale: #C9C9C9. Windows color (decimal): -5442252 or 3470764. OLE color: 3470764.
HSL color Cylindrical-coordinate representation of color #ACF534: hue angle of 82.69º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACF534 is Cyan = 0.30, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 52 | - |
| CMYK | 0.30 | 0 | 0.79 | 0.04 |
| HSL | 82.69º | 0.91% | 0.58% | - |
| HSV(B) | 82.69º | 0.79% | 0.96% | - |
| XYZ | 50.29 | 74.32 | 14.94 | - |
| YUV | 201.17 | 43.82 | 107.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 52 | 0.30 | 0 | 0.79 | 0.04 | 82.69 | 0.91 | 0.58 |
| Hex | AC | F5 | 34 | 1E | 0 | 4F | 4 | 53 | 5B | 3A |
| Octal | 254 | 365 | 64 | 36 | 0 | 117 | 4 | 123 | 133 | 72 |
| Binary | 10101100 | 11110101 | 110100 | 11110 | 0 | 1001111 | 100 | 1010011 | 1011011 | 111010 |
Color Harmonies of #ACF534
Complementary color
Monochromatic Colors of #ACF534
Black with #ACF534
Text Example
Text Example
White with #ACF534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF534; }
p { color: rgb(172,245,52); }
H1.HeaderClassName
{
color: #ACF534;
}
.AnyTagClassName
{
color: #ACF534;
}
</style>
background-color css
<style>
a { background-color: #ACF534; }
a { background-color: rgb(172,245,52); }
div.DivClassName
{
background-color: #ACF534;
}
.BgClassName
{
background-color: #ACF534;
}
</style>
border-color css
<style>
span { border-color: #ACF534; }
span { border-color: rgb(172,245,52); }
td.TdClassName
{
border-color: #ACF534;
}
.TagClassName
{
border-color: #ACF534;
}
</style>