Shades of Atlantis #AEDD32
Tints of Atlantis #AEDD32
RGB
CMYK
RGB Variations
Color information
#AEDD32 (or 0xAEDD32) is known color: Atlantis. HEX triplet: AE, DD and 32. RGB value is (174,221,50). Sum of RGB (Red+Green+Blue) = 174+221+50=445 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.10% from 445); Green value is 221 (86.72% from 255 or 49.66% from 445); Blue value is 50 (19.92% from 255 or 11.24% from 445); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD32 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD32 is #5122CD. Grayscale: #BCBCBC. Windows color (decimal): -5317326 or 3333550. OLE color: 3333550.
HSL color Cylindrical-coordinate representation of color #AEDD32: hue angle of 76.49º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEDD32 is Cyan = 0.21, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 50 | - |
| CMYK | 0.21 | 0 | 0.77 | 0.13 |
| HSL | 76.49º | 0.72% | 0.53% | - |
| HSV(B) | 76.49º | 0.77% | 0.87% | - |
| XYZ | 43.89 | 60.94 | 12.47 | - |
| YUV | 187.45 | 50.43 | 118.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 50 | 0.21 | 0 | 0.77 | 0.13 | 76.49 | 0.72 | 0.53 |
| Hex | AE | DD | 32 | 15 | 0 | 4D | D | 4C | 48 | 35 |
| Octal | 256 | 335 | 62 | 25 | 0 | 115 | 15 | 114 | 110 | 65 |
| Binary | 10101110 | 11011101 | 110010 | 10101 | 0 | 1001101 | 1101 | 1001100 | 1001000 | 110101 |
Color Harmonies of #AEDD32
Complementary color
Monochromatic Colors of #AEDD32
Black with #AEDD32
Text Example
Text Example
White with #AEDD32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD32; }
p { color: rgb(174,221,50); }
H1.HeaderClassName
{
color: #AEDD32;
}
.AnyTagClassName
{
color: #AEDD32;
}
</style>
background-color css
<style>
a { background-color: #AEDD32; }
a { background-color: rgb(174,221,50); }
div.DivClassName
{
background-color: #AEDD32;
}
.BgClassName
{
background-color: #AEDD32;
}
</style>
border-color css
<style>
span { border-color: #AEDD32; }
span { border-color: rgb(174,221,50); }
td.TdClassName
{
border-color: #AEDD32;
}
.TagClassName
{
border-color: #AEDD32;
}
</style>