Shades of Green Yellow #ACF322
Tints of Green Yellow #ACF322
RGB
CMYK
RGB Variations
Color information
#ACF322 (or 0xACF322) is known color: Green Yellow. HEX triplet: AC, F3 and 22. RGB value is (172,243,34). Sum of RGB (Red+Green+Blue) = 172+243+34=449 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.31% from 449); Green value is 243 (95.31% from 255 or 54.12% from 449); Blue value is 34 (13.67% from 255 or 7.57% from 449); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF322 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF322 is #530CDD. Grayscale: #C6C6C6. Windows color (decimal): -5442782 or 2290604. OLE color: 2290604.
HSL color Cylindrical-coordinate representation of color #ACF322: hue angle of 80.38º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #ACF322 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 34 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.05 |
| HSL | 80.38º | 0.9% | 0.54% | - |
| HSV(B) | 80.38º | 0.86% | 0.95% | - |
| XYZ | 49.35 | 72.99 | 13 | - |
| YUV | 197.95 | 35.48 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 34 | 0.29 | 0 | 0.86 | 0.05 | 80.38 | 0.9 | 0.54 |
| Hex | AC | F3 | 22 | 1D | 0 | 56 | 5 | 50 | 5A | 36 |
| Octal | 254 | 363 | 42 | 35 | 0 | 126 | 5 | 120 | 132 | 66 |
| Binary | 10101100 | 11110011 | 100010 | 11101 | 0 | 1010110 | 101 | 1010000 | 1011010 | 110110 |
Color Harmonies of #ACF322
Complementary color
Monochromatic Colors of #ACF322
Black with #ACF322
Text Example
Text Example
White with #ACF322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF322; }
p { color: rgb(172,243,34); }
H1.HeaderClassName
{
color: #ACF322;
}
.AnyTagClassName
{
color: #ACF322;
}
</style>
background-color css
<style>
a { background-color: #ACF322; }
a { background-color: rgb(172,243,34); }
div.DivClassName
{
background-color: #ACF322;
}
.BgClassName
{
background-color: #ACF322;
}
</style>
border-color css
<style>
span { border-color: #ACF322; }
span { border-color: rgb(172,243,34); }
td.TdClassName
{
border-color: #ACF322;
}
.TagClassName
{
border-color: #ACF322;
}
</style>