Shades of Green Yellow #ACF131
Tints of Green Yellow #ACF131
RGB
CMYK
RGB Variations
Color information
#ACF131 (or 0xACF131) is known color: Green Yellow. HEX triplet: AC, F1 and 31. RGB value is (172,241,49). Sum of RGB (Red+Green+Blue) = 172+241+49=462 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.23% from 462); Green value is 241 (94.53% from 255 or 52.16% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF131 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF131 is #530ECE. Grayscale: #C7C7C7. Windows color (decimal): -5443279 or 3273132. OLE color: 3273132.
HSL color Cylindrical-coordinate representation of color #ACF131: hue angle of 81.56º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #ACF131 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 49 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.05 |
| HSL | 81.56º | 0.87% | 0.57% | - |
| HSV(B) | 81.56º | 0.8% | 0.95% | - |
| XYZ | 49.02 | 71.9 | 14.2 | - |
| YUV | 198.48 | 43.64 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 49 | 0.29 | 0 | 0.80 | 0.05 | 81.56 | 0.87 | 0.57 |
| Hex | AC | F1 | 31 | 1D | 0 | 50 | 5 | 52 | 57 | 39 |
| Octal | 254 | 361 | 61 | 35 | 0 | 120 | 5 | 122 | 127 | 71 |
| Binary | 10101100 | 11110001 | 110001 | 11101 | 0 | 1010000 | 101 | 1010010 | 1010111 | 111001 |
Color Harmonies of #ACF131
Complementary color
Monochromatic Colors of #ACF131
Black with #ACF131
Text Example
Text Example
White with #ACF131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF131; }
p { color: rgb(172,241,49); }
H1.HeaderClassName
{
color: #ACF131;
}
.AnyTagClassName
{
color: #ACF131;
}
</style>
background-color css
<style>
a { background-color: #ACF131; }
a { background-color: rgb(172,241,49); }
div.DivClassName
{
background-color: #ACF131;
}
.BgClassName
{
background-color: #ACF131;
}
</style>
border-color css
<style>
span { border-color: #ACF131; }
span { border-color: rgb(172,241,49); }
td.TdClassName
{
border-color: #ACF131;
}
.TagClassName
{
border-color: #ACF131;
}
</style>