Shades of Green Yellow #ACF342
Tints of Green Yellow #ACF342
RGB
CMYK
RGB Variations
Color information
#ACF342 (or 0xACF342) is known color: Green Yellow. HEX triplet: AC, F3 and 42. RGB value is (172,243,66). Sum of RGB (Red+Green+Blue) = 172+243+66=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 243 (95.31% from 255 or 50.52% from 481); Blue value is 66 (26.17% from 255 or 13.72% from 481); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF342 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF342 is #530CBD. Grayscale: #CACACA. Windows color (decimal): -5442750 or 4387756. OLE color: 4387756.
HSL color Cylindrical-coordinate representation of color #ACF342: hue angle of 84.07º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ACF342 is Cyan = 0.29, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 66 | - |
| CMYK | 0.29 | 0 | 0.73 | 0.05 |
| HSL | 84.07º | 0.88% | 0.61% | - |
| HSV(B) | 84.07º | 0.73% | 0.95% | - |
| XYZ | 50.05 | 73.27 | 16.66 | - |
| YUV | 201.59 | 51.48 | 106.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 66 | 0.29 | 0 | 0.73 | 0.05 | 84.07 | 0.88 | 0.61 |
| Hex | AC | F3 | 42 | 1D | 0 | 49 | 5 | 54 | 58 | 3D |
| Octal | 254 | 363 | 102 | 35 | 0 | 111 | 5 | 124 | 130 | 75 |
| Binary | 10101100 | 11110011 | 1000010 | 11101 | 0 | 1001001 | 101 | 1010100 | 1011000 | 111101 |
Color Harmonies of #ACF342
Complementary color
Monochromatic Colors of #ACF342
Black with #ACF342
Text Example
Text Example
White with #ACF342
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF342; }
p { color: rgb(172,243,66); }
H1.HeaderClassName
{
color: #ACF342;
}
.AnyTagClassName
{
color: #ACF342;
}
</style>
background-color css
<style>
a { background-color: #ACF342; }
a { background-color: rgb(172,243,66); }
div.DivClassName
{
background-color: #ACF342;
}
.BgClassName
{
background-color: #ACF342;
}
</style>
border-color css
<style>
span { border-color: #ACF342; }
span { border-color: rgb(172,243,66); }
td.TdClassName
{
border-color: #ACF342;
}
.TagClassName
{
border-color: #ACF342;
}
</style>