Shades of Green Yellow #ACFD2A
Tints of Green Yellow #ACFD2A
RGB
CMYK
RGB Variations
Color information
#ACFD2A (or 0xACFD2A) is known color: Green Yellow. HEX triplet: AC, FD and 2A. RGB value is (172,253,42). Sum of RGB (Red+Green+Blue) = 172+253+42=467 (61% of max value = 765). Red value is 172 (67.58% from 255 or 36.83% from 467); Green value is 253 (99.22% from 255 or 54.18% from 467); Blue value is 42 (16.80% from 255 or 8.99% from 467); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFD2A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACFD2A is #5302D5. Grayscale: #CDCDCD. Windows color (decimal): -5440214 or 2817452. OLE color: 2817452.
HSL color Cylindrical-coordinate representation of color #ACFD2A: hue angle of 83.03º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #ACFD2A is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 42 | - |
| CMYK | 0.32 | 0 | 0.83 | 0.01 |
| HSL | 83.03º | 0.98% | 0.58% | - |
| HSV(B) | 83.03º | 0.83% | 0.99% | - |
| XYZ | 52.56 | 79.19 | 14.71 | - |
| YUV | 204.73 | 36.16 | 104.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 42 | 0.32 | 0 | 0.83 | 0.01 | 83.03 | 0.98 | 0.58 |
| Hex | AC | FD | 2A | 20 | 0 | 53 | 1 | 53 | 62 | 3A |
| Octal | 254 | 375 | 52 | 40 | 0 | 123 | 1 | 123 | 142 | 72 |
| Binary | 10101100 | 11111101 | 101010 | 100000 | 0 | 1010011 | 1 | 1010011 | 1100010 | 111010 |
Color Harmonies of #ACFD2A
Complementary color
Monochromatic Colors of #ACFD2A
Black with #ACFD2A
Text Example
Text Example
White with #ACFD2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFD2A; }
p { color: rgb(172,253,42); }
H1.HeaderClassName
{
color: #ACFD2A;
}
.AnyTagClassName
{
color: #ACFD2A;
}
</style>
background-color css
<style>
a { background-color: #ACFD2A; }
a { background-color: rgb(172,253,42); }
div.DivClassName
{
background-color: #ACFD2A;
}
.BgClassName
{
background-color: #ACFD2A;
}
</style>
border-color css
<style>
span { border-color: #ACFD2A; }
span { border-color: rgb(172,253,42); }
td.TdClassName
{
border-color: #ACFD2A;
}
.TagClassName
{
border-color: #ACFD2A;
}
</style>