Shades of Green Yellow #ACF81C
Tints of Green Yellow #ACF81C
RGB
CMYK
RGB Variations
Color information
#ACF81C (or 0xACF81C) is known color: Green Yellow. HEX triplet: AC, F8 and 1C. RGB value is (172,248,28). Sum of RGB (Red+Green+Blue) = 172+248+28=448 (59% of max value = 765). Red value is 172 (67.58% from 255 or 38.39% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 28 (11.33% from 255 or 6.25% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF81C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACF81C is #5307E3. Grayscale: #C9C9C9. Windows color (decimal): -5441508 or 1898668. OLE color: 1898668.
HSL color Cylindrical-coordinate representation of color #ACF81C: hue angle of 80.73º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #ACF81C is Cyan = 0.31, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 28 | - |
| CMYK | 0.31 | 0 | 0.89 | 0.03 |
| HSL | 80.73º | 0.94% | 0.54% | - |
| HSV(B) | 80.73º | 0.89% | 0.97% | - |
| XYZ | 50.79 | 75.99 | 13.09 | - |
| YUV | 200.2 | 30.82 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 28 | 0.31 | 0 | 0.89 | 0.03 | 80.73 | 0.94 | 0.54 |
| Hex | AC | F8 | 1C | 1F | 0 | 59 | 3 | 51 | 5E | 36 |
| Octal | 254 | 370 | 34 | 37 | 0 | 131 | 3 | 121 | 136 | 66 |
| Binary | 10101100 | 11111000 | 11100 | 11111 | 0 | 1011001 | 11 | 1010001 | 1011110 | 110110 |
Color Harmonies of #ACF81C
Complementary color
Monochromatic Colors of #ACF81C
Black with #ACF81C
Text Example
Text Example
White with #ACF81C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF81C; }
p { color: rgb(172,248,28); }
H1.HeaderClassName
{
color: #ACF81C;
}
.AnyTagClassName
{
color: #ACF81C;
}
</style>
background-color css
<style>
a { background-color: #ACF81C; }
a { background-color: rgb(172,248,28); }
div.DivClassName
{
background-color: #ACF81C;
}
.BgClassName
{
background-color: #ACF81C;
}
</style>
border-color css
<style>
span { border-color: #ACF81C; }
span { border-color: rgb(172,248,28); }
td.TdClassName
{
border-color: #ACF81C;
}
.TagClassName
{
border-color: #ACF81C;
}
</style>