Shades of Green Yellow #ACF130
Tints of Green Yellow #ACF130
RGB
CMYK
RGB Variations
Color information
#ACF130 (or 0xACF130) is known color: Green Yellow. HEX triplet: AC, F1 and 30. RGB value is (172,241,48). Sum of RGB (Red+Green+Blue) = 172+241+48=461 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.31% from 461); Green value is 241 (94.53% from 255 or 52.28% from 461); Blue value is 48 (19.14% from 255 or 10.41% from 461); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF130 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF130 is #530ECF. Grayscale: #C7C7C7. Windows color (decimal): -5443280 or 3207596. OLE color: 3207596.
HSL color Cylindrical-coordinate representation of color #ACF130: hue angle of 81.45º 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 #ACF130 is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 48 | - |
| CMYK | 0.29 | 0 | 0.80 | 0.05 |
| HSL | 81.45º | 0.87% | 0.57% | - |
| HSV(B) | 81.45º | 0.8% | 0.95% | - |
| XYZ | 49 | 71.89 | 14.09 | - |
| YUV | 198.37 | 43.14 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 48 | 0.29 | 0 | 0.80 | 0.05 | 81.45 | 0.87 | 0.57 |
| Hex | AC | F1 | 30 | 1D | 0 | 50 | 5 | 51 | 57 | 39 |
| Octal | 254 | 361 | 60 | 35 | 0 | 120 | 5 | 121 | 127 | 71 |
| Binary | 10101100 | 11110001 | 110000 | 11101 | 0 | 1010000 | 101 | 1010001 | 1010111 | 111001 |
Color Harmonies of #ACF130
Complementary color
Monochromatic Colors of #ACF130
Black with #ACF130
Text Example
Text Example
White with #ACF130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF130; }
p { color: rgb(172,241,48); }
H1.HeaderClassName
{
color: #ACF130;
}
.AnyTagClassName
{
color: #ACF130;
}
</style>
background-color css
<style>
a { background-color: #ACF130; }
a { background-color: rgb(172,241,48); }
div.DivClassName
{
background-color: #ACF130;
}
.BgClassName
{
background-color: #ACF130;
}
</style>
border-color css
<style>
span { border-color: #ACF130; }
span { border-color: rgb(172,241,48); }
td.TdClassName
{
border-color: #ACF130;
}
.TagClassName
{
border-color: #ACF130;
}
</style>