Shades of Atlantis #AEDA3C
Tints of Atlantis #AEDA3C
RGB
CMYK
RGB Variations
Color information
#AEDA3C (or 0xAEDA3C) is known color: Atlantis. HEX triplet: AE, DA and 3C. RGB value is (174,218,60). Sum of RGB (Red+Green+Blue) = 174+218+60=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 218 (85.55% from 255 or 48.23% from 452); Blue value is 60 (23.83% from 255 or 13.27% from 452); Max value from RGB is 218 - color contains mainly: green. Hex color #AEDA3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDA3C is #5125C3. Grayscale: #BBBBBB. Windows color (decimal): -5318084 or 3988142. OLE color: 3988142.
HSL color Cylindrical-coordinate representation of color #AEDA3C: hue angle of 76.71º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AEDA3C is Cyan = 0.20, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 174 | 218 | 60 | - |
| CMYK | 0.20 | 0 | 0.72 | 0.15 |
| HSL | 76.71º | 0.68% | 0.55% | - |
| HSV(B) | 76.71º | 0.72% | 0.85% | - |
| XYZ | 43.34 | 59.47 | 13.47 | - |
| YUV | 186.83 | 56.42 | 118.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 218 | 60 | 0.20 | 0 | 0.72 | 0.15 | 76.71 | 0.68 | 0.55 |
| Hex | AE | DA | 3C | 14 | 0 | 48 | F | 4D | 44 | 37 |
| Octal | 256 | 332 | 74 | 24 | 0 | 110 | 17 | 115 | 104 | 67 |
| Binary | 10101110 | 11011010 | 111100 | 10100 | 0 | 1001000 | 1111 | 1001101 | 1000100 | 110111 |
Color Harmonies of #AEDA3C
Complementary color
Monochromatic Colors of #AEDA3C
Black with #AEDA3C
Text Example
Text Example
White with #AEDA3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDA3C; }
p { color: rgb(174,218,60); }
H1.HeaderClassName
{
color: #AEDA3C;
}
.AnyTagClassName
{
color: #AEDA3C;
}
</style>
background-color css
<style>
a { background-color: #AEDA3C; }
a { background-color: rgb(174,218,60); }
div.DivClassName
{
background-color: #AEDA3C;
}
.BgClassName
{
background-color: #AEDA3C;
}
</style>
border-color css
<style>
span { border-color: #AEDA3C; }
span { border-color: rgb(174,218,60); }
td.TdClassName
{
border-color: #AEDA3C;
}
.TagClassName
{
border-color: #AEDA3C;
}
</style>