Shades of Green Yellow #ACF234
Tints of Green Yellow #ACF234
RGB
CMYK
RGB Variations
Color information
#ACF234 (or 0xACF234) is known color: Green Yellow. HEX triplet: AC, F2 and 34. RGB value is (172,242,52). Sum of RGB (Red+Green+Blue) = 172+242+52=466 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.91% from 466); Green value is 242 (94.92% from 255 or 51.93% from 466); Blue value is 52 (20.70% from 255 or 11.16% from 466); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF234 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF234 is #530DCB. Grayscale: #C8C8C8. Windows color (decimal): -5443020 or 3469996. OLE color: 3469996.
HSL color Cylindrical-coordinate representation of color #ACF234: hue angle of 82.11º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACF234 is Cyan = 0.29, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 52 | - |
| CMYK | 0.29 | 0 | 0.79 | 0.05 |
| HSL | 82.11º | 0.88% | 0.58% | - |
| HSV(B) | 82.11º | 0.79% | 0.95% | - |
| XYZ | 49.39 | 72.52 | 14.64 | - |
| YUV | 199.41 | 44.81 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 52 | 0.29 | 0 | 0.79 | 0.05 | 82.11 | 0.88 | 0.58 |
| Hex | AC | F2 | 34 | 1D | 0 | 4F | 5 | 52 | 58 | 3A |
| Octal | 254 | 362 | 64 | 35 | 0 | 117 | 5 | 122 | 130 | 72 |
| Binary | 10101100 | 11110010 | 110100 | 11101 | 0 | 1001111 | 101 | 1010010 | 1011000 | 111010 |
Color Harmonies of #ACF234
Complementary color
Monochromatic Colors of #ACF234
Black with #ACF234
Text Example
Text Example
White with #ACF234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF234; }
p { color: rgb(172,242,52); }
H1.HeaderClassName
{
color: #ACF234;
}
.AnyTagClassName
{
color: #ACF234;
}
</style>
background-color css
<style>
a { background-color: #ACF234; }
a { background-color: rgb(172,242,52); }
div.DivClassName
{
background-color: #ACF234;
}
.BgClassName
{
background-color: #ACF234;
}
</style>
border-color css
<style>
span { border-color: #ACF234; }
span { border-color: rgb(172,242,52); }
td.TdClassName
{
border-color: #ACF234;
}
.TagClassName
{
border-color: #ACF234;
}
</style>