Shades of Green Yellow #ACF71C
Tints of Green Yellow #ACF71C
RGB
CMYK
RGB Variations
Color information
#ACF71C (or 0xACF71C) is known color: Green Yellow. HEX triplet: AC, F7 and 1C. RGB value is (172,247,28). Sum of RGB (Red+Green+Blue) = 172+247+28=447 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.48% from 447); Green value is 247 (96.88% from 255 or 55.26% from 447); Blue value is 28 (11.33% from 255 or 6.26% from 447); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF71C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF71C is #5308E3. Grayscale: #C8C8C8. Windows color (decimal): -5441764 or 1898412. OLE color: 1898412.
HSL color Cylindrical-coordinate representation of color #ACF71C: hue angle of 80.55º degrees, saturation: 0.93, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACF71C is Cyan = 0.30, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 28 | - |
| CMYK | 0.30 | 0 | 0.89 | 0.03 |
| HSL | 80.55º | 0.93% | 0.54% | - |
| HSV(B) | 80.55º | 0.89% | 0.97% | - |
| XYZ | 50.48 | 75.38 | 12.99 | - |
| YUV | 199.61 | 31.15 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 28 | 0.30 | 0 | 0.89 | 0.03 | 80.55 | 0.93 | 0.54 |
| Hex | AC | F7 | 1C | 1E | 0 | 59 | 3 | 51 | 5D | 36 |
| Octal | 254 | 367 | 34 | 36 | 0 | 131 | 3 | 121 | 135 | 66 |
| Binary | 10101100 | 11110111 | 11100 | 11110 | 0 | 1011001 | 11 | 1010001 | 1011101 | 110110 |
Color Harmonies of #ACF71C
Complementary color
Monochromatic Colors of #ACF71C
Black with #ACF71C
Text Example
Text Example
White with #ACF71C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF71C; }
p { color: rgb(172,247,28); }
H1.HeaderClassName
{
color: #ACF71C;
}
.AnyTagClassName
{
color: #ACF71C;
}
</style>
background-color css
<style>
a { background-color: #ACF71C; }
a { background-color: rgb(172,247,28); }
div.DivClassName
{
background-color: #ACF71C;
}
.BgClassName
{
background-color: #ACF71C;
}
</style>
border-color css
<style>
span { border-color: #ACF71C; }
span { border-color: rgb(172,247,28); }
td.TdClassName
{
border-color: #ACF71C;
}
.TagClassName
{
border-color: #ACF71C;
}
</style>