Shades of Green Yellow #ACF63F
Tints of Green Yellow #ACF63F
RGB
CMYK
RGB Variations
Color information
#ACF63F (or 0xACF63F) is known color: Green Yellow. HEX triplet: AC, F6 and 3F. RGB value is (172,246,63). Sum of RGB (Red+Green+Blue) = 172+246+63=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 246 (96.48% from 255 or 51.14% from 481); Blue value is 63 (25% from 255 or 13.10% from 481); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF63F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF63F is #5309C0. Grayscale: #CBCBCB. Windows color (decimal): -5441985 or 4191916. OLE color: 4191916.
HSL color Cylindrical-coordinate representation of color #ACF63F: hue angle of 84.26º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #ACF63F is Cyan = 0.30, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 63 | - |
| CMYK | 0.30 | 0 | 0.74 | 0.04 |
| HSL | 84.26º | 0.91% | 0.61% | - |
| HSV(B) | 84.26º | 0.74% | 0.96% | - |
| XYZ | 50.87 | 75.04 | 16.51 | - |
| YUV | 203.01 | 48.98 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 63 | 0.30 | 0 | 0.74 | 0.04 | 84.26 | 0.91 | 0.61 |
| Hex | AC | F6 | 3F | 1E | 0 | 4A | 4 | 54 | 5B | 3D |
| Octal | 254 | 366 | 77 | 36 | 0 | 112 | 4 | 124 | 133 | 75 |
| Binary | 10101100 | 11110110 | 111111 | 11110 | 0 | 1001010 | 100 | 1010100 | 1011011 | 111101 |
Color Harmonies of #ACF63F
Complementary color
Monochromatic Colors of #ACF63F
Black with #ACF63F
Text Example
Text Example
White with #ACF63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF63F; }
p { color: rgb(172,246,63); }
H1.HeaderClassName
{
color: #ACF63F;
}
.AnyTagClassName
{
color: #ACF63F;
}
</style>
background-color css
<style>
a { background-color: #ACF63F; }
a { background-color: rgb(172,246,63); }
div.DivClassName
{
background-color: #ACF63F;
}
.BgClassName
{
background-color: #ACF63F;
}
</style>
border-color css
<style>
span { border-color: #ACF63F; }
span { border-color: rgb(172,246,63); }
td.TdClassName
{
border-color: #ACF63F;
}
.TagClassName
{
border-color: #ACF63F;
}
</style>