Shades of Green Yellow #ACF030
Tints of Green Yellow #ACF030
RGB
CMYK
RGB Variations
Color information
#ACF030 (or 0xACF030) is known color: Green Yellow. HEX triplet: AC, F0 and 30. RGB value is (172,240,48). Sum of RGB (Red+Green+Blue) = 172+240+48=460 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.39% from 460); Green value is 240 (94.14% from 255 or 52.17% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF030 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF030 is #530FCF. Grayscale: #C6C6C6. Windows color (decimal): -5443536 or 3207340. OLE color: 3207340.
HSL color Cylindrical-coordinate representation of color #ACF030: hue angle of 81.25º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACF030 is Cyan = 0.28, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 48 | - |
| CMYK | 0.28 | 0 | 0.8 | 0.06 |
| HSL | 81.25º | 0.86% | 0.56% | - |
| HSV(B) | 81.25º | 0.8% | 0.94% | - |
| XYZ | 48.71 | 71.3 | 13.99 | - |
| YUV | 197.78 | 43.47 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 48 | 0.28 | 0 | 0.8 | 0.06 | 81.25 | 0.86 | 0.56 |
| Hex | AC | F0 | 30 | 1C | 0 | 50 | 6 | 51 | 56 | 38 |
| Octal | 254 | 360 | 60 | 34 | 0 | 120 | 6 | 121 | 126 | 70 |
| Binary | 10101100 | 11110000 | 110000 | 11100 | 0 | 1010000 | 110 | 1010001 | 1010110 | 111000 |
Color Harmonies of #ACF030
Complementary color
Monochromatic Colors of #ACF030
Black with #ACF030
Text Example
Text Example
White with #ACF030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF030; }
p { color: rgb(172,240,48); }
H1.HeaderClassName
{
color: #ACF030;
}
.AnyTagClassName
{
color: #ACF030;
}
</style>
background-color css
<style>
a { background-color: #ACF030; }
a { background-color: rgb(172,240,48); }
div.DivClassName
{
background-color: #ACF030;
}
.BgClassName
{
background-color: #ACF030;
}
</style>
border-color css
<style>
span { border-color: #ACF030; }
span { border-color: rgb(172,240,48); }
td.TdClassName
{
border-color: #ACF030;
}
.TagClassName
{
border-color: #ACF030;
}
</style>