Shades of Atlantis #AEDC37
Tints of Atlantis #AEDC37
RGB
CMYK
RGB Variations
Color information
#AEDC37 (or 0xAEDC37) is known color: Atlantis. HEX triplet: AE, DC and 37. RGB value is (174,220,55). Sum of RGB (Red+Green+Blue) = 174+220+55=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 220 (86.33% from 255 or 49.00% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 220 - color contains mainly: green. Hex color #AEDC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDC37 is #5123C8. Grayscale: #BCBCBC. Windows color (decimal): -5317577 or 3660974. OLE color: 3660974.
HSL color Cylindrical-coordinate representation of color #AEDC37: hue angle of 76.73º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AEDC37 is Cyan = 0.21, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 220 | 55 | - |
| CMYK | 0.21 | 0 | 0.75 | 0.14 |
| HSL | 76.73º | 0.7% | 0.54% | - |
| HSV(B) | 76.73º | 0.75% | 0.86% | - |
| XYZ | 43.74 | 60.46 | 12.98 | - |
| YUV | 187.44 | 53.26 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 220 | 55 | 0.21 | 0 | 0.75 | 0.14 | 76.73 | 0.7 | 0.54 |
| Hex | AE | DC | 37 | 15 | 0 | 4B | E | 4D | 46 | 36 |
| Octal | 256 | 334 | 67 | 25 | 0 | 113 | 16 | 115 | 106 | 66 |
| Binary | 10101110 | 11011100 | 110111 | 10101 | 0 | 1001011 | 1110 | 1001101 | 1000110 | 110110 |
Color Harmonies of #AEDC37
Complementary color
Monochromatic Colors of #AEDC37
Black with #AEDC37
Text Example
Text Example
White with #AEDC37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDC37; }
p { color: rgb(174,220,55); }
H1.HeaderClassName
{
color: #AEDC37;
}
.AnyTagClassName
{
color: #AEDC37;
}
</style>
background-color css
<style>
a { background-color: #AEDC37; }
a { background-color: rgb(174,220,55); }
div.DivClassName
{
background-color: #AEDC37;
}
.BgClassName
{
background-color: #AEDC37;
}
</style>
border-color css
<style>
span { border-color: #AEDC37; }
span { border-color: rgb(174,220,55); }
td.TdClassName
{
border-color: #AEDC37;
}
.TagClassName
{
border-color: #AEDC37;
}
</style>