Shades of Atlantis #AECD3A
Tints of Atlantis #AECD3A
RGB
CMYK
RGB Variations
Color information
#AECD3A (or 0xAECD3A) is known color: Atlantis. HEX triplet: AE, CD and 3A. RGB value is (174,205,58). Sum of RGB (Red+Green+Blue) = 174+205+58=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 205 (80.47% from 255 or 46.91% from 437); Blue value is 58 (23.05% from 255 or 13.27% from 437); Max value from RGB is 205 - color contains mainly: green. Hex color #AECD3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECD3A is #5132C5. Grayscale: #B3B3B3. Windows color (decimal): -5321414 or 3853742. OLE color: 3853742.
HSL color Cylindrical-coordinate representation of color #AECD3A: hue angle of 72.65º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AECD3A is Cyan = 0.15, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 205 | 58 | - |
| CMYK | 0.15 | 0 | 0.72 | 0.20 |
| HSL | 72.65º | 0.6% | 0.52% | - |
| HSV(B) | 72.65º | 0.72% | 0.8% | - |
| XYZ | 40.05 | 52.97 | 12.12 | - |
| YUV | 178.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 205 | 58 | 0.15 | 0 | 0.72 | 0.20 | 72.65 | 0.6 | 0.52 |
| Hex | AE | CD | 3A | F | 0 | 48 | 14 | 49 | 3C | 34 |
| Octal | 256 | 315 | 72 | 17 | 0 | 110 | 24 | 111 | 74 | 64 |
| Binary | 10101110 | 11001101 | 111010 | 1111 | 0 | 1001000 | 10100 | 1001001 | 111100 | 110100 |
Color Harmonies of #AECD3A
Complementary color
Monochromatic Colors of #AECD3A
Black with #AECD3A
Text Example
Text Example
White with #AECD3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECD3A; }
p { color: rgb(174,205,58); }
H1.HeaderClassName
{
color: #AECD3A;
}
.AnyTagClassName
{
color: #AECD3A;
}
</style>
background-color css
<style>
a { background-color: #AECD3A; }
a { background-color: rgb(174,205,58); }
div.DivClassName
{
background-color: #AECD3A;
}
.BgClassName
{
background-color: #AECD3A;
}
</style>
border-color css
<style>
span { border-color: #AECD3A; }
span { border-color: rgb(174,205,58); }
td.TdClassName
{
border-color: #AECD3A;
}
.TagClassName
{
border-color: #AECD3A;
}
</style>