Shades of Green Yellow #ACF02D
Tints of Green Yellow #ACF02D
RGB
CMYK
RGB Variations
Color information
#ACF02D (or 0xACF02D) is known color: Green Yellow. HEX triplet: AC, F0 and 2D. RGB value is (172,240,45). Sum of RGB (Red+Green+Blue) = 172+240+45=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 240 (94.14% from 255 or 52.52% from 457); Blue value is 45 (17.97% from 255 or 9.85% from 457); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF02D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF02D is #530FD2. Grayscale: #C6C6C6. Windows color (decimal): -5443539 or 3010732. OLE color: 3010732.
HSL color Cylindrical-coordinate representation of color #ACF02D: hue angle of 80.92º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACF02D is Cyan = 0.28, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 45 | - |
| CMYK | 0.28 | 0 | 0.81 | 0.06 |
| HSL | 80.92º | 0.87% | 0.56% | - |
| HSV(B) | 80.92º | 0.81% | 0.94% | - |
| XYZ | 48.65 | 71.28 | 13.68 | - |
| YUV | 197.44 | 41.97 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 45 | 0.28 | 0 | 0.81 | 0.06 | 80.92 | 0.87 | 0.56 |
| Hex | AC | F0 | 2D | 1C | 0 | 51 | 6 | 51 | 57 | 38 |
| Octal | 254 | 360 | 55 | 34 | 0 | 121 | 6 | 121 | 127 | 70 |
| Binary | 10101100 | 11110000 | 101101 | 11100 | 0 | 1010001 | 110 | 1010001 | 1010111 | 111000 |
Color Harmonies of #ACF02D
Complementary color
Monochromatic Colors of #ACF02D
Black with #ACF02D
Text Example
Text Example
White with #ACF02D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF02D; }
p { color: rgb(172,240,45); }
H1.HeaderClassName
{
color: #ACF02D;
}
.AnyTagClassName
{
color: #ACF02D;
}
</style>
background-color css
<style>
a { background-color: #ACF02D; }
a { background-color: rgb(172,240,45); }
div.DivClassName
{
background-color: #ACF02D;
}
.BgClassName
{
background-color: #ACF02D;
}
</style>
border-color css
<style>
span { border-color: #ACF02D; }
span { border-color: rgb(172,240,45); }
td.TdClassName
{
border-color: #ACF02D;
}
.TagClassName
{
border-color: #ACF02D;
}
</style>