Shades of Green Yellow #ACF94C
Tints of Green Yellow #ACF94C
RGB
CMYK
RGB Variations
Color information
#ACF94C (or 0xACF94C) is known color: Green Yellow. HEX triplet: AC, F9 and 4C. RGB value is (172,249,76). Sum of RGB (Red+Green+Blue) = 172+249+76=497 (65% of max value = 765). Red value is 172 (67.58% from 255 or 34.61% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 76 (30.08% from 255 or 15.29% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #ACF94C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF94C is #5306B3. Grayscale: #CECECE. Windows color (decimal): -5441204 or 5044652. OLE color: 5044652.
HSL color Cylindrical-coordinate representation of color #ACF94C: hue angle of 86.71º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #ACF94C is Cyan = 0.31, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 172 | 249 | 76 | - |
| CMYK | 0.31 | 0 | 0.69 | 0.02 |
| HSL | 86.71º | 0.94% | 0.64% | - |
| HSV(B) | 86.71º | 0.69% | 0.98% | - |
| XYZ | 52.19 | 77.04 | 18.96 | - |
| YUV | 206.26 | 54.49 | 103.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 249 | 76 | 0.31 | 0 | 0.69 | 0.02 | 86.71 | 0.94 | 0.64 |
| Hex | AC | F9 | 4C | 1F | 0 | 45 | 2 | 57 | 5E | 40 |
| Octal | 254 | 371 | 114 | 37 | 0 | 105 | 2 | 127 | 136 | 100 |
| Binary | 10101100 | 11111001 | 1001100 | 11111 | 0 | 1000101 | 10 | 1010111 | 1011110 | 1000000 |
Color Harmonies of #ACF94C
Complementary color
Monochromatic Colors of #ACF94C
Black with #ACF94C
Text Example
Text Example
White with #ACF94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF94C; }
p { color: rgb(172,249,76); }
H1.HeaderClassName
{
color: #ACF94C;
}
.AnyTagClassName
{
color: #ACF94C;
}
</style>
background-color css
<style>
a { background-color: #ACF94C; }
a { background-color: rgb(172,249,76); }
div.DivClassName
{
background-color: #ACF94C;
}
.BgClassName
{
background-color: #ACF94C;
}
</style>
border-color css
<style>
span { border-color: #ACF94C; }
span { border-color: rgb(172,249,76); }
td.TdClassName
{
border-color: #ACF94C;
}
.TagClassName
{
border-color: #ACF94C;
}
</style>