Shades of Green Yellow #ACF238
Tints of Green Yellow #ACF238
RGB
CMYK
RGB Variations
Color information
#ACF238 (or 0xACF238) is known color: Green Yellow. HEX triplet: AC, F2 and 38. RGB value is (172,242,56). Sum of RGB (Red+Green+Blue) = 172+242+56=470 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.60% from 470); Green value is 242 (94.92% from 255 or 51.49% from 470); Blue value is 56 (22.27% from 255 or 11.91% from 470); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF238 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF238 is #530DC7. Grayscale: #C8C8C8. Windows color (decimal): -5443016 or 3732140. OLE color: 3732140.
HSL color Cylindrical-coordinate representation of color #ACF238: hue angle of 82.58º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #ACF238 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 56 | - |
| CMYK | 0.29 | 0 | 0.77 | 0.05 |
| HSL | 82.58º | 0.88% | 0.58% | - |
| HSV(B) | 82.58º | 0.77% | 0.95% | - |
| XYZ | 49.48 | 72.56 | 15.14 | - |
| YUV | 199.87 | 46.81 | 108.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 56 | 0.29 | 0 | 0.77 | 0.05 | 82.58 | 0.88 | 0.58 |
| Hex | AC | F2 | 38 | 1D | 0 | 4D | 5 | 53 | 58 | 3A |
| Octal | 254 | 362 | 70 | 35 | 0 | 115 | 5 | 123 | 130 | 72 |
| Binary | 10101100 | 11110010 | 111000 | 11101 | 0 | 1001101 | 101 | 1010011 | 1011000 | 111010 |
Color Harmonies of #ACF238
Complementary color
Monochromatic Colors of #ACF238
Black with #ACF238
Text Example
Text Example
White with #ACF238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF238; }
p { color: rgb(172,242,56); }
H1.HeaderClassName
{
color: #ACF238;
}
.AnyTagClassName
{
color: #ACF238;
}
</style>
background-color css
<style>
a { background-color: #ACF238; }
a { background-color: rgb(172,242,56); }
div.DivClassName
{
background-color: #ACF238;
}
.BgClassName
{
background-color: #ACF238;
}
</style>
border-color css
<style>
span { border-color: #ACF238; }
span { border-color: rgb(172,242,56); }
td.TdClassName
{
border-color: #ACF238;
}
.TagClassName
{
border-color: #ACF238;
}
</style>