Shades of Green Yellow #ACF82F
Tints of Green Yellow #ACF82F
RGB
CMYK
RGB Variations
Color information
#ACF82F (or 0xACF82F) is known color: Green Yellow. HEX triplet: AC, F8 and 2F. RGB value is (172,248,47). Sum of RGB (Red+Green+Blue) = 172+248+47=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 248 (97.27% from 255 or 53.10% from 467); Blue value is 47 (18.75% from 255 or 10.06% from 467); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF82F is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF82F is #5307D0. Grayscale: #CBCBCB. Windows color (decimal): -5441489 or 3143852. OLE color: 3143852.
HSL color Cylindrical-coordinate representation of color #ACF82F: hue angle of 82.69º degrees, saturation: 0.93, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACF82F is Cyan = 0.31, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 47 | - |
| CMYK | 0.31 | 0 | 0.81 | 0.03 |
| HSL | 82.69º | 0.93% | 0.58% | - |
| HSV(B) | 82.69º | 0.81% | 0.97% | - |
| XYZ | 51.09 | 76.11 | 14.69 | - |
| YUV | 202.36 | 40.32 | 106.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 47 | 0.31 | 0 | 0.81 | 0.03 | 82.69 | 0.93 | 0.58 |
| Hex | AC | F8 | 2F | 1F | 0 | 51 | 3 | 53 | 5D | 3A |
| Octal | 254 | 370 | 57 | 37 | 0 | 121 | 3 | 123 | 135 | 72 |
| Binary | 10101100 | 11111000 | 101111 | 11111 | 0 | 1010001 | 11 | 1010011 | 1011101 | 111010 |
Color Harmonies of #ACF82F
Complementary color
Monochromatic Colors of #ACF82F
Black with #ACF82F
Text Example
Text Example
White with #ACF82F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF82F; }
p { color: rgb(172,248,47); }
H1.HeaderClassName
{
color: #ACF82F;
}
.AnyTagClassName
{
color: #ACF82F;
}
</style>
background-color css
<style>
a { background-color: #ACF82F; }
a { background-color: rgb(172,248,47); }
div.DivClassName
{
background-color: #ACF82F;
}
.BgClassName
{
background-color: #ACF82F;
}
</style>
border-color css
<style>
span { border-color: #ACF82F; }
span { border-color: rgb(172,248,47); }
td.TdClassName
{
border-color: #ACF82F;
}
.TagClassName
{
border-color: #ACF82F;
}
</style>