Shades of Atlantis #AECD39
Tints of Atlantis #AECD39
RGB
CMYK
RGB Variations
Color information
#AECD39 (or 0xAECD39) is known color: Atlantis. HEX triplet: AE, CD and 39. RGB value is (174,205,57). Sum of RGB (Red+Green+Blue) = 174+205+57=436 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.91% from 436); Green value is 205 (80.47% from 255 or 47.02% from 436); Blue value is 57 (22.66% from 255 or 13.07% from 436); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD39 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD39 is #5132C6. Grayscale: #B3B3B3. Windows color (decimal): -5321415 or 3788206. OLE color: 3788206.
HSL color Cylindrical-coordinate representation of color #AECD39: hue angle of 72.57º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AECD39 is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 57 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.20 |
| HSL | 72.57º | 0.6% | 0.51% | - |
| HSV(B) | 72.57º | 0.72% | 0.8% | - |
| XYZ | 40.03 | 52.96 | 11.98 | - |
| YUV | 178.86 | 59.23 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 57 | 0.15 | 0 | 0.72 | 0.20 | 72.57 | 0.6 | 0.51 |
| Hex | AE | CD | 39 | F | 0 | 48 | 14 | 49 | 3C | 33 |
| Octal | 256 | 315 | 71 | 17 | 0 | 110 | 24 | 111 | 74 | 63 |
| Binary | 10101110 | 11001101 | 111001 | 1111 | 0 | 1001000 | 10100 | 1001001 | 111100 | 110011 |
Color Harmonies of #AECD39
Complementary color
Monochromatic Colors of #AECD39
Black with #AECD39
Text Example
Text Example
White with #AECD39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD39; }
p { color: rgb(174,205,57); }
H1.HeaderClassName
{
color: #AECD39;
}
.AnyTagClassName
{
color: #AECD39;
}
</style>
background-color css
<style>
a { background-color: #AECD39; }
a { background-color: rgb(174,205,57); }
div.DivClassName
{
background-color: #AECD39;
}
.BgClassName
{
background-color: #AECD39;
}
</style>
border-color css
<style>
span { border-color: #AECD39; }
span { border-color: rgb(174,205,57); }
td.TdClassName
{
border-color: #AECD39;
}
.TagClassName
{
border-color: #AECD39;
}
</style>