Shades of Green Yellow #ACFF1E
Tints of Green Yellow #ACFF1E
RGB
CMYK
RGB Variations
Color information
#ACFF1E (or 0xACFF1E) is known color: Green Yellow. HEX triplet: AC, FF and 1E. RGB value is (172,255,30). Sum of RGB (Red+Green+Blue) = 172+255+30=457 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.64% from 457); Green value is 255 (100% from 255 or 55.80% from 457); Blue value is 30 (12.11% from 255 or 6.56% from 457); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF1E is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFF1E is #5300E1. Grayscale: #CDCDCD. Windows color (decimal): -5439714 or 2031532. OLE color: 2031532.
HSL color Cylindrical-coordinate representation of color #ACFF1E: hue angle of 82.13º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #ACFF1E is Cyan = 0.33, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 30 | - |
| CMYK | 0.33 | 0 | 0.88 | 0 |
| HSL | 82.13º | 1% | 0.56% | - |
| HSV(B) | 82.13º | 0.88% | 1% | - |
| XYZ | 53.01 | 80.38 | 13.95 | - |
| YUV | 204.53 | 29.5 | 104.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 30 | 0.33 | 0 | 0.88 | 0 | 82.13 | 1 | 0.56 |
| Hex | AC | FF | 1E | 21 | 0 | 58 | 0 | 52 | 64 | 38 |
| Octal | 254 | 377 | 36 | 41 | 0 | 130 | 0 | 122 | 144 | 70 |
| Binary | 10101100 | 11111111 | 11110 | 100001 | 0 | 1011000 | 0 | 1010010 | 1100100 | 111000 |
Color Harmonies of #ACFF1E
Complementary color
Monochromatic Colors of #ACFF1E
Black with #ACFF1E
Text Example
Text Example
White with #ACFF1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF1E; }
p { color: rgb(172,255,30); }
H1.HeaderClassName
{
color: #ACFF1E;
}
.AnyTagClassName
{
color: #ACFF1E;
}
</style>
background-color css
<style>
a { background-color: #ACFF1E; }
a { background-color: rgb(172,255,30); }
div.DivClassName
{
background-color: #ACFF1E;
}
.BgClassName
{
background-color: #ACFF1E;
}
</style>
border-color css
<style>
span { border-color: #ACFF1E; }
span { border-color: rgb(172,255,30); }
td.TdClassName
{
border-color: #ACFF1E;
}
.TagClassName
{
border-color: #ACFF1E;
}
</style>