Shades of Green Yellow #ACF345
Tints of Green Yellow #ACF345
RGB
CMYK
RGB Variations
Color information
#ACF345 (or 0xACF345) is known color: Green Yellow. HEX triplet: AC, F3 and 45. RGB value is (172,243,69). Sum of RGB (Red+Green+Blue) = 172+243+69=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 243 (95.31% from 255 or 50.21% from 484); Blue value is 69 (27.34% from 255 or 14.26% from 484); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF345 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF345 is #530CBA. Grayscale: #CACACA. Windows color (decimal): -5442747 or 4584364. OLE color: 4584364.
HSL color Cylindrical-coordinate representation of color #ACF345: hue angle of 84.48º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #ACF345 is Cyan = 0.29, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 69 | - |
| CMYK | 0.29 | 0 | 0.72 | 0.05 |
| HSL | 84.48º | 0.88% | 0.61% | - |
| HSV(B) | 84.48º | 0.72% | 0.95% | - |
| XYZ | 50.14 | 73.3 | 17.14 | - |
| YUV | 201.94 | 52.98 | 106.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 69 | 0.29 | 0 | 0.72 | 0.05 | 84.48 | 0.88 | 0.61 |
| Hex | AC | F3 | 45 | 1D | 0 | 48 | 5 | 54 | 58 | 3D |
| Octal | 254 | 363 | 105 | 35 | 0 | 110 | 5 | 124 | 130 | 75 |
| Binary | 10101100 | 11110011 | 1000101 | 11101 | 0 | 1001000 | 101 | 1010100 | 1011000 | 111101 |
Color Harmonies of #ACF345
Complementary color
Monochromatic Colors of #ACF345
Black with #ACF345
Text Example
Text Example
White with #ACF345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF345; }
p { color: rgb(172,243,69); }
H1.HeaderClassName
{
color: #ACF345;
}
.AnyTagClassName
{
color: #ACF345;
}
</style>
background-color css
<style>
a { background-color: #ACF345; }
a { background-color: rgb(172,243,69); }
div.DivClassName
{
background-color: #ACF345;
}
.BgClassName
{
background-color: #ACF345;
}
</style>
border-color css
<style>
span { border-color: #ACF345; }
span { border-color: rgb(172,243,69); }
td.TdClassName
{
border-color: #ACF345;
}
.TagClassName
{
border-color: #ACF345;
}
</style>