Shades of Green Yellow #ACF81F
Tints of Green Yellow #ACF81F
RGB
CMYK
RGB Variations
Color information
#ACF81F (or 0xACF81F) is known color: Green Yellow. HEX triplet: AC, F8 and 1F. RGB value is (172,248,31). Sum of RGB (Red+Green+Blue) = 172+248+31=451 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.14% from 451); Green value is 248 (97.27% from 255 or 54.99% from 451); Blue value is 31 (12.5% from 255 or 6.87% from 451); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF81F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF81F is #5307E0. Grayscale: #C9C9C9. Windows color (decimal): -5441505 or 2095276. OLE color: 2095276.
HSL color Cylindrical-coordinate representation of color #ACF81F: hue angle of 81.01º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACF81F is Cyan = 0.31, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 31 | - |
| CMYK | 0.31 | 0 | 0.88 | 0.03 |
| HSL | 81.01º | 0.94% | 0.55% | - |
| HSV(B) | 81.01º | 0.88% | 0.97% | - |
| XYZ | 50.83 | 76 | 13.29 | - |
| YUV | 200.54 | 32.32 | 107.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 31 | 0.31 | 0 | 0.88 | 0.03 | 81.01 | 0.94 | 0.55 |
| Hex | AC | F8 | 1F | 1F | 0 | 58 | 3 | 51 | 5E | 37 |
| Octal | 254 | 370 | 37 | 37 | 0 | 130 | 3 | 121 | 136 | 67 |
| Binary | 10101100 | 11111000 | 11111 | 11111 | 0 | 1011000 | 11 | 1010001 | 1011110 | 110111 |
Color Harmonies of #ACF81F
Complementary color
Monochromatic Colors of #ACF81F
Black with #ACF81F
Text Example
Text Example
White with #ACF81F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF81F; }
p { color: rgb(172,248,31); }
H1.HeaderClassName
{
color: #ACF81F;
}
.AnyTagClassName
{
color: #ACF81F;
}
</style>
background-color css
<style>
a { background-color: #ACF81F; }
a { background-color: rgb(172,248,31); }
div.DivClassName
{
background-color: #ACF81F;
}
.BgClassName
{
background-color: #ACF81F;
}
</style>
border-color css
<style>
span { border-color: #ACF81F; }
span { border-color: rgb(172,248,31); }
td.TdClassName
{
border-color: #ACF81F;
}
.TagClassName
{
border-color: #ACF81F;
}
</style>