Shades of Atlantis #AEDB3C
Tints of Atlantis #AEDB3C
RGB
CMYK
RGB Variations
Color information
#AEDB3C (or 0xAEDB3C) is known color: Atlantis. HEX triplet: AE, DB and 3C. RGB value is (174,219,60). Sum of RGB (Red+Green+Blue) = 174+219+60=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 219 (85.94% from 255 or 48.34% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 219 - color contains mainly: green. Hex color #AEDB3C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDB3C is #5124C3. Grayscale: #BCBCBC. Windows color (decimal): -5317828 or 3988398. OLE color: 3988398.
HSL color Cylindrical-coordinate representation of color #AEDB3C: hue angle of 76.98º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEDB3C is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 174 | 219 | 60 | - |
| CMYK | 0.21 | 0 | 0.73 | 0.14 |
| HSL | 76.98º | 0.69% | 0.55% | - |
| HSV(B) | 76.98º | 0.73% | 0.86% | - |
| XYZ | 43.6 | 59.99 | 13.56 | - |
| YUV | 187.42 | 56.09 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 219 | 60 | 0.21 | 0 | 0.73 | 0.14 | 76.98 | 0.69 | 0.55 |
| Hex | AE | DB | 3C | 15 | 0 | 49 | E | 4D | 45 | 37 |
| Octal | 256 | 333 | 74 | 25 | 0 | 111 | 16 | 115 | 105 | 67 |
| Binary | 10101110 | 11011011 | 111100 | 10101 | 0 | 1001001 | 1110 | 1001101 | 1000101 | 110111 |
Color Harmonies of #AEDB3C
Complementary color
Monochromatic Colors of #AEDB3C
Black with #AEDB3C
Text Example
Text Example
White with #AEDB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDB3C; }
p { color: rgb(174,219,60); }
H1.HeaderClassName
{
color: #AEDB3C;
}
.AnyTagClassName
{
color: #AEDB3C;
}
</style>
background-color css
<style>
a { background-color: #AEDB3C; }
a { background-color: rgb(174,219,60); }
div.DivClassName
{
background-color: #AEDB3C;
}
.BgClassName
{
background-color: #AEDB3C;
}
</style>
border-color css
<style>
span { border-color: #AEDB3C; }
span { border-color: rgb(174,219,60); }
td.TdClassName
{
border-color: #AEDB3C;
}
.TagClassName
{
border-color: #AEDB3C;
}
</style>