Shades of Green Yellow #ACFC3C
Tints of Green Yellow #ACFC3C
RGB
CMYK
RGB Variations
Color information
#ACFC3C (or 0xACFC3C) is known color: Green Yellow. HEX triplet: AC, FC and 3C. RGB value is (172,252,60). Sum of RGB (Red+Green+Blue) = 172+252+60=484 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.54% from 484); Green value is 252 (98.83% from 255 or 52.07% from 484); Blue value is 60 (23.83% from 255 or 12.40% from 484); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC3C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFC3C is #5303C3. Grayscale: #CECECE. Windows color (decimal): -5440452 or 3996844. OLE color: 3996844.
HSL color Cylindrical-coordinate representation of color #ACFC3C: hue angle of 85º degrees, saturation: 0.97, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #ACFC3C is Cyan = 0.32, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 60 | - |
| CMYK | 0.32 | 0 | 0.76 | 0.01 |
| HSL | 85º | 0.97% | 0.61% | - |
| HSV(B) | 85º | 0.76% | 0.99% | - |
| XYZ | 52.64 | 78.72 | 16.69 | - |
| YUV | 206.19 | 45.5 | 103.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 60 | 0.32 | 0 | 0.76 | 0.01 | 85 | 0.97 | 0.61 |
| Hex | AC | FC | 3C | 20 | 0 | 4C | 1 | 55 | 61 | 3D |
| Octal | 254 | 374 | 74 | 40 | 0 | 114 | 1 | 125 | 141 | 75 |
| Binary | 10101100 | 11111100 | 111100 | 100000 | 0 | 1001100 | 1 | 1010101 | 1100001 | 111101 |
Color Harmonies of #ACFC3C
Complementary color
Monochromatic Colors of #ACFC3C
Black with #ACFC3C
Text Example
Text Example
White with #ACFC3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC3C; }
p { color: rgb(172,252,60); }
H1.HeaderClassName
{
color: #ACFC3C;
}
.AnyTagClassName
{
color: #ACFC3C;
}
</style>
background-color css
<style>
a { background-color: #ACFC3C; }
a { background-color: rgb(172,252,60); }
div.DivClassName
{
background-color: #ACFC3C;
}
.BgClassName
{
background-color: #ACFC3C;
}
</style>
border-color css
<style>
span { border-color: #ACFC3C; }
span { border-color: rgb(172,252,60); }
td.TdClassName
{
border-color: #ACFC3C;
}
.TagClassName
{
border-color: #ACFC3C;
}
</style>