Shades of Green Yellow #ACED2D
Tints of Green Yellow #ACED2D
RGB
CMYK
RGB Variations
Color information
#ACED2D (or 0xACED2D) is known color: Green Yellow. HEX triplet: AC, ED and 2D. RGB value is (172,237,45). Sum of RGB (Red+Green+Blue) = 172+237+45=454 (60% of max value = 765). Red value is 172 (67.58% from 255 or 37.89% from 454); Green value is 237 (92.97% from 255 or 52.20% from 454); Blue value is 45 (17.97% from 255 or 9.91% from 454); Max value from RGB is 237 - color contains mainly: green. Hex color #ACED2D is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #ACED2D is #5312D2. Grayscale: #C4C4C4. Windows color (decimal): -5444307 or 3009964. OLE color: 3009964.
HSL color Cylindrical-coordinate representation of color #ACED2D: hue angle of 80.31º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #ACED2D is Cyan = 0.27, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 45 | - |
| CMYK | 0.27 | 0 | 0.81 | 0.07 |
| HSL | 80.31º | 0.84% | 0.55% | - |
| HSV(B) | 80.31º | 0.81% | 0.93% | - |
| XYZ | 47.77 | 69.53 | 13.39 | - |
| YUV | 195.68 | 42.97 | 111.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 45 | 0.27 | 0 | 0.81 | 0.07 | 80.31 | 0.84 | 0.55 |
| Hex | AC | ED | 2D | 1B | 0 | 51 | 7 | 50 | 54 | 37 |
| Octal | 254 | 355 | 55 | 33 | 0 | 121 | 7 | 120 | 124 | 67 |
| Binary | 10101100 | 11101101 | 101101 | 11011 | 0 | 1010001 | 111 | 1010000 | 1010100 | 110111 |
Color Harmonies of #ACED2D
Complementary color
Monochromatic Colors of #ACED2D
Black with #ACED2D
Text Example
Text Example
White with #ACED2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACED2D; }
p { color: rgb(172,237,45); }
H1.HeaderClassName
{
color: #ACED2D;
}
.AnyTagClassName
{
color: #ACED2D;
}
</style>
background-color css
<style>
a { background-color: #ACED2D; }
a { background-color: rgb(172,237,45); }
div.DivClassName
{
background-color: #ACED2D;
}
.BgClassName
{
background-color: #ACED2D;
}
</style>
border-color css
<style>
span { border-color: #ACED2D; }
span { border-color: rgb(172,237,45); }
td.TdClassName
{
border-color: #ACED2D;
}
.TagClassName
{
border-color: #ACED2D;
}
</style>