Shades of Green Yellow #ACF82B
Tints of Green Yellow #ACF82B
RGB
CMYK
RGB Variations
Color information
#ACF82B (or 0xACF82B) is known color: Green Yellow. HEX triplet: AC, F8 and 2B. RGB value is (172,248,43). Sum of RGB (Red+Green+Blue) = 172+248+43=463 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.15% from 463); Green value is 248 (97.27% from 255 or 53.56% from 463); Blue value is 43 (17.19% from 255 or 9.29% from 463); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF82B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF82B is #5307D4. Grayscale: #CACACA. Windows color (decimal): -5441493 or 2881708. OLE color: 2881708.
HSL color Cylindrical-coordinate representation of color #ACF82B: hue angle of 82.24º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACF82B is Cyan = 0.31, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 43 | - |
| CMYK | 0.31 | 0 | 0.83 | 0.03 |
| HSL | 82.24º | 0.94% | 0.57% | - |
| HSV(B) | 82.24º | 0.83% | 0.97% | - |
| XYZ | 51.02 | 76.08 | 14.28 | - |
| YUV | 201.91 | 38.32 | 106.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 43 | 0.31 | 0 | 0.83 | 0.03 | 82.24 | 0.94 | 0.57 |
| Hex | AC | F8 | 2B | 1F | 0 | 53 | 3 | 52 | 5E | 39 |
| Octal | 254 | 370 | 53 | 37 | 0 | 123 | 3 | 122 | 136 | 71 |
| Binary | 10101100 | 11111000 | 101011 | 11111 | 0 | 1010011 | 11 | 1010010 | 1011110 | 111001 |
Color Harmonies of #ACF82B
Complementary color
Monochromatic Colors of #ACF82B
Black with #ACF82B
Text Example
Text Example
White with #ACF82B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF82B; }
p { color: rgb(172,248,43); }
H1.HeaderClassName
{
color: #ACF82B;
}
.AnyTagClassName
{
color: #ACF82B;
}
</style>
background-color css
<style>
a { background-color: #ACF82B; }
a { background-color: rgb(172,248,43); }
div.DivClassName
{
background-color: #ACF82B;
}
.BgClassName
{
background-color: #ACF82B;
}
</style>
border-color css
<style>
span { border-color: #ACF82B; }
span { border-color: rgb(172,248,43); }
td.TdClassName
{
border-color: #ACF82B;
}
.TagClassName
{
border-color: #ACF82B;
}
</style>