Shades of Green Yellow #ACED32
Tints of Green Yellow #ACED32
RGB
CMYK
RGB Variations
Color information
#ACED32 (or 0xACED32) is known color: Green Yellow. HEX triplet: AC, ED and 32. RGB value is (172,237,50). Sum of RGB (Red+Green+Blue) = 172+237+50=459 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.47% from 459); Green value is 237 (92.97% from 255 or 51.63% from 459); Blue value is 50 (19.92% from 255 or 10.89% from 459); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED32 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACED32 is #5312CD. Grayscale: #C4C4C4. Windows color (decimal): -5444302 or 3337644. OLE color: 3337644.
HSL color Cylindrical-coordinate representation of color #ACED32: hue angle of 80.86º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #ACED32 is Cyan = 0.27, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 50 | - |
| CMYK | 0.27 | 0 | 0.79 | 0.07 |
| HSL | 80.86º | 0.84% | 0.56% | - |
| HSV(B) | 80.86º | 0.79% | 0.93% | - |
| XYZ | 47.87 | 69.57 | 13.92 | - |
| YUV | 196.25 | 45.47 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 50 | 0.27 | 0 | 0.79 | 0.07 | 80.86 | 0.84 | 0.56 |
| Hex | AC | ED | 32 | 1B | 0 | 4F | 7 | 51 | 54 | 38 |
| Octal | 254 | 355 | 62 | 33 | 0 | 117 | 7 | 121 | 124 | 70 |
| Binary | 10101100 | 11101101 | 110010 | 11011 | 0 | 1001111 | 111 | 1010001 | 1010100 | 111000 |
Color Harmonies of #ACED32
Complementary color
Monochromatic Colors of #ACED32
Black with #ACED32
Text Example
Text Example
White with #ACED32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACED32; }
p { color: rgb(172,237,50); }
H1.HeaderClassName
{
color: #ACED32;
}
.AnyTagClassName
{
color: #ACED32;
}
</style>
background-color css
<style>
a { background-color: #ACED32; }
a { background-color: rgb(172,237,50); }
div.DivClassName
{
background-color: #ACED32;
}
.BgClassName
{
background-color: #ACED32;
}
</style>
border-color css
<style>
span { border-color: #ACED32; }
span { border-color: rgb(172,237,50); }
td.TdClassName
{
border-color: #ACED32;
}
.TagClassName
{
border-color: #ACED32;
}
</style>