Shades of Green Yellow #ACF340
Tints of Green Yellow #ACF340
RGB
CMYK
RGB Variations
Color information
#ACF340 (or 0xACF340) is known color: Green Yellow. HEX triplet: AC, F3 and 40. RGB value is (172,243,64). Sum of RGB (Red+Green+Blue) = 172+243+64=479 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.91% from 479); Green value is 243 (95.31% from 255 or 50.73% from 479); Blue value is 64 (25.39% from 255 or 13.36% from 479); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF340 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF340 is #530CBF. Grayscale: #CACACA. Windows color (decimal): -5442752 or 4256684. OLE color: 4256684.
HSL color Cylindrical-coordinate representation of color #ACF340: hue angle of 83.8º degrees, saturation: 0.88, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACF340 is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 64 | - |
| CMYK | 0.29 | 0 | 0.74 | 0.05 |
| HSL | 83.8º | 0.88% | 0.6% | - |
| HSV(B) | 83.8º | 0.74% | 0.95% | - |
| XYZ | 49.99 | 73.24 | 16.35 | - |
| YUV | 201.37 | 50.48 | 107.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 64 | 0.29 | 0 | 0.74 | 0.05 | 83.8 | 0.88 | 0.6 |
| Hex | AC | F3 | 40 | 1D | 0 | 4A | 5 | 54 | 58 | 3C |
| Octal | 254 | 363 | 100 | 35 | 0 | 112 | 5 | 124 | 130 | 74 |
| Binary | 10101100 | 11110011 | 1000000 | 11101 | 0 | 1001010 | 101 | 1010100 | 1011000 | 111100 |
Color Harmonies of #ACF340
Complementary color
Monochromatic Colors of #ACF340
Black with #ACF340
Text Example
Text Example
White with #ACF340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF340; }
p { color: rgb(172,243,64); }
H1.HeaderClassName
{
color: #ACF340;
}
.AnyTagClassName
{
color: #ACF340;
}
</style>
background-color css
<style>
a { background-color: #ACF340; }
a { background-color: rgb(172,243,64); }
div.DivClassName
{
background-color: #ACF340;
}
.BgClassName
{
background-color: #ACF340;
}
</style>
border-color css
<style>
span { border-color: #ACF340; }
span { border-color: rgb(172,243,64); }
td.TdClassName
{
border-color: #ACF340;
}
.TagClassName
{
border-color: #ACF340;
}
</style>