Shades of Green Yellow #ACF134
Tints of Green Yellow #ACF134
RGB
CMYK
RGB Variations
Color information
#ACF134 (or 0xACF134) is known color: Green Yellow. HEX triplet: AC, F1 and 34. RGB value is (172,241,52). Sum of RGB (Red+Green+Blue) = 172+241+52=465 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.99% from 465); Green value is 241 (94.53% from 255 or 51.83% from 465); Blue value is 52 (20.70% from 255 or 11.18% from 465); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF134 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF134 is #530ECB. Grayscale: #C7C7C7. Windows color (decimal): -5443276 or 3469740. OLE color: 3469740.
HSL color Cylindrical-coordinate representation of color #ACF134: hue angle of 81.9º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #ACF134 is Cyan = 0.29, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 52 | - |
| CMYK | 0.29 | 0 | 0.78 | 0.05 |
| HSL | 81.9º | 0.87% | 0.57% | - |
| HSV(B) | 81.9º | 0.78% | 0.95% | - |
| XYZ | 49.09 | 71.93 | 14.55 | - |
| YUV | 198.82 | 45.14 | 108.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 52 | 0.29 | 0 | 0.78 | 0.05 | 81.9 | 0.87 | 0.57 |
| Hex | AC | F1 | 34 | 1D | 0 | 4E | 5 | 52 | 57 | 39 |
| Octal | 254 | 361 | 64 | 35 | 0 | 116 | 5 | 122 | 127 | 71 |
| Binary | 10101100 | 11110001 | 110100 | 11101 | 0 | 1001110 | 101 | 1010010 | 1010111 | 111001 |
Color Harmonies of #ACF134
Complementary color
Monochromatic Colors of #ACF134
Black with #ACF134
Text Example
Text Example
White with #ACF134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF134; }
p { color: rgb(172,241,52); }
H1.HeaderClassName
{
color: #ACF134;
}
.AnyTagClassName
{
color: #ACF134;
}
</style>
background-color css
<style>
a { background-color: #ACF134; }
a { background-color: rgb(172,241,52); }
div.DivClassName
{
background-color: #ACF134;
}
.BgClassName
{
background-color: #ACF134;
}
</style>
border-color css
<style>
span { border-color: #ACF134; }
span { border-color: rgb(172,241,52); }
td.TdClassName
{
border-color: #ACF134;
}
.TagClassName
{
border-color: #ACF134;
}
</style>