Shades of Green Yellow #ACF142
Tints of Green Yellow #ACF142
RGB
CMYK
RGB Variations
Color information
#ACF142 (or 0xACF142) is known color: Green Yellow. HEX triplet: AC, F1 and 42. RGB value is (172,241,66). Sum of RGB (Red+Green+Blue) = 172+241+66=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 241 (94.53% from 255 or 50.31% from 479); Blue value is 66 (26.17% from 255 or 13.78% from 479); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF142 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF142 is #530EBD. Grayscale: #C9C9C9. Windows color (decimal): -5443262 or 4387244. OLE color: 4387244.
HSL color Cylindrical-coordinate representation of color #ACF142: hue angle of 83.66º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACF142 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 66 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.05 |
| HSL | 83.66º | 0.86% | 0.6% | - |
| HSV(B) | 83.66º | 0.73% | 0.95% | - |
| XYZ | 49.45 | 72.07 | 16.46 | - |
| YUV | 200.42 | 52.14 | 107.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 66 | 0.29 | 0 | 0.73 | 0.05 | 83.66 | 0.86 | 0.6 |
| Hex | AC | F1 | 42 | 1D | 0 | 49 | 5 | 54 | 56 | 3C |
| Octal | 254 | 361 | 102 | 35 | 0 | 111 | 5 | 124 | 126 | 74 |
| Binary | 10101100 | 11110001 | 1000010 | 11101 | 0 | 1001001 | 101 | 1010100 | 1010110 | 111100 |
Color Harmonies of #ACF142
Complementary color
Monochromatic Colors of #ACF142
Black with #ACF142
Text Example
Text Example
White with #ACF142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF142; }
p { color: rgb(172,241,66); }
H1.HeaderClassName
{
color: #ACF142;
}
.AnyTagClassName
{
color: #ACF142;
}
</style>
background-color css
<style>
a { background-color: #ACF142; }
a { background-color: rgb(172,241,66); }
div.DivClassName
{
background-color: #ACF142;
}
.BgClassName
{
background-color: #ACF142;
}
</style>
border-color css
<style>
span { border-color: #ACF142; }
span { border-color: rgb(172,241,66); }
td.TdClassName
{
border-color: #ACF142;
}
.TagClassName
{
border-color: #ACF142;
}
</style>