Shades of Green Yellow #ACFC28
Tints of Green Yellow #ACFC28
RGB
CMYK
RGB Variations
Color information
#ACFC28 (or 0xACFC28) is known color: Green Yellow. HEX triplet: AC, FC and 28. RGB value is (172,252,40). Sum of RGB (Red+Green+Blue) = 172+252+40=464 (61% of max value = 765). Red value is 172 (67.58% from 255 or 37.07% from 464); Green value is 252 (98.83% from 255 or 54.31% from 464); Blue value is 40 (16.02% from 255 or 8.62% from 464); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFC28 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFC28 is #5303D7. Grayscale: #CCCCCC. Windows color (decimal): -5440472 or 2686124. OLE color: 2686124.
HSL color Cylindrical-coordinate representation of color #ACFC28: hue angle of 82.64º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #ACFC28 is Cyan = 0.32, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 40 | - |
| CMYK | 0.32 | 0 | 0.84 | 0.01 |
| HSL | 82.64º | 0.97% | 0.57% | - |
| HSV(B) | 82.64º | 0.84% | 0.99% | - |
| XYZ | 52.21 | 78.54 | 14.42 | - |
| YUV | 203.91 | 35.5 | 105.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 40 | 0.32 | 0 | 0.84 | 0.01 | 82.64 | 0.97 | 0.57 |
| Hex | AC | FC | 28 | 20 | 0 | 54 | 1 | 53 | 61 | 39 |
| Octal | 254 | 374 | 50 | 40 | 0 | 124 | 1 | 123 | 141 | 71 |
| Binary | 10101100 | 11111100 | 101000 | 100000 | 0 | 1010100 | 1 | 1010011 | 1100001 | 111001 |
Color Harmonies of #ACFC28
Complementary color
Monochromatic Colors of #ACFC28
Black with #ACFC28
Text Example
Text Example
White with #ACFC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFC28; }
p { color: rgb(172,252,40); }
H1.HeaderClassName
{
color: #ACFC28;
}
.AnyTagClassName
{
color: #ACFC28;
}
</style>
background-color css
<style>
a { background-color: #ACFC28; }
a { background-color: rgb(172,252,40); }
div.DivClassName
{
background-color: #ACFC28;
}
.BgClassName
{
background-color: #ACFC28;
}
</style>
border-color css
<style>
span { border-color: #ACFC28; }
span { border-color: rgb(172,252,40); }
td.TdClassName
{
border-color: #ACFC28;
}
.TagClassName
{
border-color: #ACFC28;
}
</style>