Shades of Green Yellow #ACF12A
Tints of Green Yellow #ACF12A
RGB
CMYK
RGB Variations
Color information
#ACF12A (or 0xACF12A) is known color: Green Yellow. HEX triplet: AC, F1 and 2A. RGB value is (172,241,42). Sum of RGB (Red+Green+Blue) = 172+241+42=455 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.80% from 455); Green value is 241 (94.53% from 255 or 52.97% from 455); Blue value is 42 (16.80% from 255 or 9.23% from 455); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF12A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF12A is #530ED5. Grayscale: #C6C6C6. Windows color (decimal): -5443286 or 2814380. OLE color: 2814380.
HSL color Cylindrical-coordinate representation of color #ACF12A: hue angle of 80.8º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACF12A is Cyan = 0.29, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 42 | - |
| CMYK | 0.29 | 0 | 0.83 | 0.05 |
| HSL | 80.8º | 0.88% | 0.55% | - |
| HSV(B) | 80.8º | 0.83% | 0.95% | - |
| XYZ | 48.89 | 71.85 | 13.48 | - |
| YUV | 197.68 | 40.14 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 42 | 0.29 | 0 | 0.83 | 0.05 | 80.8 | 0.88 | 0.55 |
| Hex | AC | F1 | 2A | 1D | 0 | 53 | 5 | 51 | 58 | 37 |
| Octal | 254 | 361 | 52 | 35 | 0 | 123 | 5 | 121 | 130 | 67 |
| Binary | 10101100 | 11110001 | 101010 | 11101 | 0 | 1010011 | 101 | 1010001 | 1011000 | 110111 |
Color Harmonies of #ACF12A
Complementary color
Monochromatic Colors of #ACF12A
Black with #ACF12A
Text Example
Text Example
White with #ACF12A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF12A; }
p { color: rgb(172,241,42); }
H1.HeaderClassName
{
color: #ACF12A;
}
.AnyTagClassName
{
color: #ACF12A;
}
</style>
background-color css
<style>
a { background-color: #ACF12A; }
a { background-color: rgb(172,241,42); }
div.DivClassName
{
background-color: #ACF12A;
}
.BgClassName
{
background-color: #ACF12A;
}
</style>
border-color css
<style>
span { border-color: #ACF12A; }
span { border-color: rgb(172,241,42); }
td.TdClassName
{
border-color: #ACF12A;
}
.TagClassName
{
border-color: #ACF12A;
}
</style>