Shades of Green Yellow #ACF31F
Tints of Green Yellow #ACF31F
RGB
CMYK
RGB Variations
Color information
#ACF31F (or 0xACF31F) is known color: Green Yellow. HEX triplet: AC, F3 and 1F. RGB value is (172,243,31). Sum of RGB (Red+Green+Blue) = 172+243+31=446 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.57% from 446); Green value is 243 (95.31% from 255 or 54.48% from 446); Blue value is 31 (12.5% from 255 or 6.95% from 446); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF31F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF31F is #530CE0. Grayscale: #C6C6C6. Windows color (decimal): -5442785 or 2093996. OLE color: 2093996.
HSL color Cylindrical-coordinate representation of color #ACF31F: hue angle of 80.09º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #ACF31F is Cyan = 0.29, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 31 | - |
| CMYK | 0.29 | 0 | 0.87 | 0.05 |
| HSL | 80.09º | 0.9% | 0.54% | - |
| HSV(B) | 80.09º | 0.87% | 0.95% | - |
| XYZ | 49.31 | 72.97 | 12.78 | - |
| YUV | 197.6 | 33.98 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 31 | 0.29 | 0 | 0.87 | 0.05 | 80.09 | 0.9 | 0.54 |
| Hex | AC | F3 | 1F | 1D | 0 | 57 | 5 | 50 | 5A | 36 |
| Octal | 254 | 363 | 37 | 35 | 0 | 127 | 5 | 120 | 132 | 66 |
| Binary | 10101100 | 11110011 | 11111 | 11101 | 0 | 1010111 | 101 | 1010000 | 1011010 | 110110 |
Color Harmonies of #ACF31F
Complementary color
Monochromatic Colors of #ACF31F
Black with #ACF31F
Text Example
Text Example
White with #ACF31F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF31F; }
p { color: rgb(172,243,31); }
H1.HeaderClassName
{
color: #ACF31F;
}
.AnyTagClassName
{
color: #ACF31F;
}
</style>
background-color css
<style>
a { background-color: #ACF31F; }
a { background-color: rgb(172,243,31); }
div.DivClassName
{
background-color: #ACF31F;
}
.BgClassName
{
background-color: #ACF31F;
}
</style>
border-color css
<style>
span { border-color: #ACF31F; }
span { border-color: rgb(172,243,31); }
td.TdClassName
{
border-color: #ACF31F;
}
.TagClassName
{
border-color: #ACF31F;
}
</style>