Shades of Green Yellow #ACF321
Tints of Green Yellow #ACF321
RGB
CMYK
RGB Variations
Color information
#ACF321 (or 0xACF321) is known color: Green Yellow. HEX triplet: AC, F3 and 21. RGB value is (172,243,33). Sum of RGB (Red+Green+Blue) = 172+243+33=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 243 (95.31% from 255 or 54.24% from 448); Blue value is 33 (13.28% from 255 or 7.37% from 448); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF321 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF321 is #530CDE. Grayscale: #C6C6C6. Windows color (decimal): -5442783 or 2225068. OLE color: 2225068.
HSL color Cylindrical-coordinate representation of color #ACF321: hue angle of 80.29º 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 #ACF321 is Cyan = 0.29, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 33 | - |
| CMYK | 0.29 | 0 | 0.86 | 0.05 |
| HSL | 80.29º | 0.9% | 0.54% | - |
| HSV(B) | 80.29º | 0.86% | 0.95% | - |
| XYZ | 49.34 | 72.98 | 12.93 | - |
| YUV | 197.83 | 34.98 | 109.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 33 | 0.29 | 0 | 0.86 | 0.05 | 80.29 | 0.9 | 0.54 |
| Hex | AC | F3 | 21 | 1D | 0 | 56 | 5 | 50 | 5A | 36 |
| Octal | 254 | 363 | 41 | 35 | 0 | 126 | 5 | 120 | 132 | 66 |
| Binary | 10101100 | 11110011 | 100001 | 11101 | 0 | 1010110 | 101 | 1010000 | 1011010 | 110110 |
Color Harmonies of #ACF321
Complementary color
Monochromatic Colors of #ACF321
Black with #ACF321
Text Example
Text Example
White with #ACF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF321; }
p { color: rgb(172,243,33); }
H1.HeaderClassName
{
color: #ACF321;
}
.AnyTagClassName
{
color: #ACF321;
}
</style>
background-color css
<style>
a { background-color: #ACF321; }
a { background-color: rgb(172,243,33); }
div.DivClassName
{
background-color: #ACF321;
}
.BgClassName
{
background-color: #ACF321;
}
</style>
border-color css
<style>
span { border-color: #ACF321; }
span { border-color: rgb(172,243,33); }
td.TdClassName
{
border-color: #ACF321;
}
.TagClassName
{
border-color: #ACF321;
}
</style>