Shades of Green Yellow #ACF332
Tints of Green Yellow #ACF332
RGB
CMYK
RGB Variations
Color information
#ACF332 (or 0xACF332) is known color: Green Yellow. HEX triplet: AC, F3 and 32. RGB value is (172,243,50). Sum of RGB (Red+Green+Blue) = 172+243+50=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 243 (95.31% from 255 or 52.26% from 465); Blue value is 50 (19.92% from 255 or 10.75% from 465); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF332 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF332 is #530CCD. Grayscale: #C8C8C8. Windows color (decimal): -5442766 or 3339180. OLE color: 3339180.
HSL color Cylindrical-coordinate representation of color #ACF332: hue angle of 82.07º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACF332 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 50 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.05 |
| HSL | 82.07º | 0.89% | 0.57% | - |
| HSV(B) | 82.07º | 0.79% | 0.95% | - |
| XYZ | 49.64 | 73.1 | 14.51 | - |
| YUV | 199.77 | 43.48 | 108.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 50 | 0.29 | 0 | 0.79 | 0.05 | 82.07 | 0.89 | 0.57 |
| Hex | AC | F3 | 32 | 1D | 0 | 4F | 5 | 52 | 59 | 39 |
| Octal | 254 | 363 | 62 | 35 | 0 | 117 | 5 | 122 | 131 | 71 |
| Binary | 10101100 | 11110011 | 110010 | 11101 | 0 | 1001111 | 101 | 1010010 | 1011001 | 111001 |
Color Harmonies of #ACF332
Complementary color
Monochromatic Colors of #ACF332
Black with #ACF332
Text Example
Text Example
White with #ACF332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF332; }
p { color: rgb(172,243,50); }
H1.HeaderClassName
{
color: #ACF332;
}
.AnyTagClassName
{
color: #ACF332;
}
</style>
background-color css
<style>
a { background-color: #ACF332; }
a { background-color: rgb(172,243,50); }
div.DivClassName
{
background-color: #ACF332;
}
.BgClassName
{
background-color: #ACF332;
}
</style>
border-color css
<style>
span { border-color: #ACF332; }
span { border-color: rgb(172,243,50); }
td.TdClassName
{
border-color: #ACF332;
}
.TagClassName
{
border-color: #ACF332;
}
</style>