Shades of Green Yellow #ACF032
Tints of Green Yellow #ACF032
RGB
CMYK
RGB Variations
Color information
#ACF032 (or 0xACF032) is known color: Green Yellow. HEX triplet: AC, F0 and 32. RGB value is (172,240,50). Sum of RGB (Red+Green+Blue) = 172+240+50=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 240 (94.14% from 255 or 51.95% from 462); Blue value is 50 (19.92% from 255 or 10.82% from 462); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF032 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF032 is #530FCD. Grayscale: #C6C6C6. Windows color (decimal): -5443534 or 3338412. OLE color: 3338412.
HSL color Cylindrical-coordinate representation of color #ACF032: hue angle of 81.47º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACF032 is Cyan = 0.28, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 240 | 50 | - |
CMYK | 0.28 | 0 | 0.79 | 0.06 |
HSL | 81.47º | 0.86% | 0.57% | - |
HSV(B) | 81.47º | 0.79% | 0.94% | - |
XYZ | 48.75 | 71.32 | 14.21 | - |
YUV | 198.01 | 44.47 | 109.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 240 | 50 | 0.28 | 0 | 0.79 | 0.06 | 81.47 | 0.86 | 0.57 |
Hex | AC | F0 | 32 | 1C | 0 | 4F | 6 | 51 | 56 | 39 |
Octal | 254 | 360 | 62 | 34 | 0 | 117 | 6 | 121 | 126 | 71 |
Binary | 10101100 | 11110000 | 110010 | 11100 | 0 | 1001111 | 110 | 1010001 | 1010110 | 111001 |
Color Harmonies of #ACF032
Complementary color
Monochromatic Colors of #ACF032
Black with #ACF032
Text Example
Text Example
White with #ACF032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF032; }
p { color: rgb(172,240,50); }
H1.HeaderClassName
{
color: #ACF032;
}
.AnyTagClassName
{
color: #ACF032;
}
</style>
background-color css
<style>
a { background-color: #ACF032; }
a { background-color: rgb(172,240,50); }
div.DivClassName
{
background-color: #ACF032;
}
.BgClassName
{
background-color: #ACF032;
}
</style>
border-color css
<style>
span { border-color: #ACF032; }
span { border-color: rgb(172,240,50); }
td.TdClassName
{
border-color: #ACF032;
}
.TagClassName
{
border-color: #ACF032;
}
</style>