Shades of Green Yellow #ACFF4B
Tints of Green Yellow #ACFF4B
RGB
CMYK
RGB Variations
Color information
#ACFF4B (or 0xACFF4B) is known color: Green Yellow. HEX triplet: AC, FF and 4B. RGB value is (172,255,75). Sum of RGB (Red+Green+Blue) = 172+255+75=502 (66% of max value = 765). Red value is 172 (67.58% from 255 or 34.26% from 502); Green value is 255 (100% from 255 or 50.80% from 502); Blue value is 75 (29.69% from 255 or 14.94% from 502); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFF4B is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFF4B is #5300B4. Grayscale: #D2D2D2. Windows color (decimal): -5439669 or 4980652. OLE color: 4980652.
HSL color Cylindrical-coordinate representation of color #ACFF4B: hue angle of 87.67º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #ACFF4B is Cyan = 0.33, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 75 | - |
| CMYK | 0.33 | 0 | 0.71 | 0 |
| HSL | 87.67º | 1% | 0.65% | - |
| HSV(B) | 87.67º | 0.71% | 1% | - |
| XYZ | 54.04 | 80.8 | 19.4 | - |
| YUV | 209.66 | 52 | 101.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 75 | 0.33 | 0 | 0.71 | 0 | 87.67 | 1 | 0.65 |
| Hex | AC | FF | 4B | 21 | 0 | 47 | 0 | 58 | 64 | 41 |
| Octal | 254 | 377 | 113 | 41 | 0 | 107 | 0 | 130 | 144 | 101 |
| Binary | 10101100 | 11111111 | 1001011 | 100001 | 0 | 1000111 | 0 | 1011000 | 1100100 | 1000001 |
Color Harmonies of #ACFF4B
Complementary color
Monochromatic Colors of #ACFF4B
Black with #ACFF4B
Text Example
Text Example
White with #ACFF4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFF4B; }
p { color: rgb(172,255,75); }
H1.HeaderClassName
{
color: #ACFF4B;
}
.AnyTagClassName
{
color: #ACFF4B;
}
</style>
background-color css
<style>
a { background-color: #ACFF4B; }
a { background-color: rgb(172,255,75); }
div.DivClassName
{
background-color: #ACFF4B;
}
.BgClassName
{
background-color: #ACFF4B;
}
</style>
border-color css
<style>
span { border-color: #ACFF4B; }
span { border-color: rgb(172,255,75); }
td.TdClassName
{
border-color: #ACFF4B;
}
.TagClassName
{
border-color: #ACFF4B;
}
</style>