Shades of Green Yellow #ACF632
Tints of Green Yellow #ACF632
RGB
CMYK
RGB Variations
Color information
#ACF632 (or 0xACF632) is known color: Green Yellow. HEX triplet: AC, F6 and 32. RGB value is (172,246,50). Sum of RGB (Red+Green+Blue) = 172+246+50=468 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.75% from 468); Green value is 246 (96.48% from 255 or 52.56% from 468); Blue value is 50 (19.92% from 255 or 10.68% from 468); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF632 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF632 is #5309CD. Grayscale: #CACACA. Windows color (decimal): -5441998 or 3339948. OLE color: 3339948.
HSL color Cylindrical-coordinate representation of color #ACF632: hue angle of 82.65º degrees, saturation: 0.92, 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 #ACF632 is Cyan = 0.30, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 50 | - |
| CMYK | 0.30 | 0 | 0.80 | 0.04 |
| HSL | 82.65º | 0.92% | 0.58% | - |
| HSV(B) | 82.65º | 0.8% | 0.96% | - |
| XYZ | 50.54 | 74.91 | 14.81 | - |
| YUV | 201.53 | 42.48 | 106.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 50 | 0.30 | 0 | 0.80 | 0.04 | 82.65 | 0.92 | 0.58 |
| Hex | AC | F6 | 32 | 1E | 0 | 50 | 4 | 53 | 5C | 3A |
| Octal | 254 | 366 | 62 | 36 | 0 | 120 | 4 | 123 | 134 | 72 |
| Binary | 10101100 | 11110110 | 110010 | 11110 | 0 | 1010000 | 100 | 1010011 | 1011100 | 111010 |
Color Harmonies of #ACF632
Complementary color
Monochromatic Colors of #ACF632
Black with #ACF632
Text Example
Text Example
White with #ACF632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF632; }
p { color: rgb(172,246,50); }
H1.HeaderClassName
{
color: #ACF632;
}
.AnyTagClassName
{
color: #ACF632;
}
</style>
background-color css
<style>
a { background-color: #ACF632; }
a { background-color: rgb(172,246,50); }
div.DivClassName
{
background-color: #ACF632;
}
.BgClassName
{
background-color: #ACF632;
}
</style>
border-color css
<style>
span { border-color: #ACF632; }
span { border-color: rgb(172,246,50); }
td.TdClassName
{
border-color: #ACF632;
}
.TagClassName
{
border-color: #ACF632;
}
</style>