Shades of Atlantis #AEDD3A
Tints of Atlantis #AEDD3A
RGB
CMYK
RGB Variations
Color information
#AEDD3A (or 0xAEDD3A) is known color: Atlantis. HEX triplet: AE, DD and 3A. RGB value is (174,221,58). Sum of RGB (Red+Green+Blue) = 174+221+58=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 221 (86.72% from 255 or 48.79% from 453); Blue value is 58 (23.05% from 255 or 12.80% from 453); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD3A is #5122C5. Grayscale: #BCBCBC. Windows color (decimal): -5317318 or 3857838. OLE color: 3857838.
HSL color Cylindrical-coordinate representation of color #AEDD3A: hue angle of 77.3º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AEDD3A is Cyan = 0.21, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 174 | 221 | 58 | - |
| CMYK | 0.21 | 0 | 0.74 | 0.13 |
| HSL | 77.3º | 0.71% | 0.55% | - |
| HSV(B) | 77.3º | 0.74% | 0.87% | - |
| XYZ | 44.08 | 61.02 | 13.46 | - |
| YUV | 188.37 | 54.43 | 117.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 221 | 58 | 0.21 | 0 | 0.74 | 0.13 | 77.3 | 0.71 | 0.55 |
| Hex | AE | DD | 3A | 15 | 0 | 4A | D | 4D | 47 | 37 |
| Octal | 256 | 335 | 72 | 25 | 0 | 112 | 15 | 115 | 107 | 67 |
| Binary | 10101110 | 11011101 | 111010 | 10101 | 0 | 1001010 | 1101 | 1001101 | 1000111 | 110111 |
Color Harmonies of #AEDD3A
Complementary color
Monochromatic Colors of #AEDD3A
Black with #AEDD3A
Text Example
Text Example
White with #AEDD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEDD3A; }
p { color: rgb(174,221,58); }
H1.HeaderClassName
{
color: #AEDD3A;
}
.AnyTagClassName
{
color: #AEDD3A;
}
</style>
background-color css
<style>
a { background-color: #AEDD3A; }
a { background-color: rgb(174,221,58); }
div.DivClassName
{
background-color: #AEDD3A;
}
.BgClassName
{
background-color: #AEDD3A;
}
</style>
border-color css
<style>
span { border-color: #AEDD3A; }
span { border-color: rgb(174,221,58); }
td.TdClassName
{
border-color: #AEDD3A;
}
.TagClassName
{
border-color: #AEDD3A;
}
</style>