Shades of Green Yellow #ACF02A
Tints of Green Yellow #ACF02A
RGB
CMYK
RGB Variations
Color information
#ACF02A (or 0xACF02A) is known color: Green Yellow. HEX triplet: AC, F0 and 2A. RGB value is (172,240,42). Sum of RGB (Red+Green+Blue) = 172+240+42=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 240 (94.14% from 255 or 52.86% from 454); Blue value is 42 (16.80% from 255 or 9.25% from 454); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF02A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF02A is #530FD5. Grayscale: #C5C5C5. Windows color (decimal): -5443542 or 2814124. OLE color: 2814124.
HSL color Cylindrical-coordinate representation of color #ACF02A: hue angle of 80.61º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #ACF02A is Cyan = 0.28, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 42 | - |
| CMYK | 0.28 | 0 | 0.82 | 0.06 |
| HSL | 80.61º | 0.87% | 0.55% | - |
| HSV(B) | 80.61º | 0.83% | 0.94% | - |
| XYZ | 48.59 | 71.26 | 13.38 | - |
| YUV | 197.1 | 40.47 | 110.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 42 | 0.28 | 0 | 0.82 | 0.06 | 80.61 | 0.87 | 0.55 |
| Hex | AC | F0 | 2A | 1C | 0 | 52 | 6 | 51 | 57 | 37 |
| Octal | 254 | 360 | 52 | 34 | 0 | 122 | 6 | 121 | 127 | 67 |
| Binary | 10101100 | 11110000 | 101010 | 11100 | 0 | 1010010 | 110 | 1010001 | 1010111 | 110111 |
Color Harmonies of #ACF02A
Complementary color
Monochromatic Colors of #ACF02A
Black with #ACF02A
Text Example
Text Example
White with #ACF02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF02A; }
p { color: rgb(172,240,42); }
H1.HeaderClassName
{
color: #ACF02A;
}
.AnyTagClassName
{
color: #ACF02A;
}
</style>
background-color css
<style>
a { background-color: #ACF02A; }
a { background-color: rgb(172,240,42); }
div.DivClassName
{
background-color: #ACF02A;
}
.BgClassName
{
background-color: #ACF02A;
}
</style>
border-color css
<style>
span { border-color: #ACF02A; }
span { border-color: rgb(172,240,42); }
td.TdClassName
{
border-color: #ACF02A;
}
.TagClassName
{
border-color: #ACF02A;
}
</style>