Shades of Atlantis #AECE3A
Tints of Atlantis #AECE3A
RGB
CMYK
RGB Variations
Color information
#AECE3A (or 0xAECE3A) is known color: Atlantis. HEX triplet: AE, CE and 3A. RGB value is (174,206,58). Sum of RGB (Red+Green+Blue) = 174+206+58=438 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.73% from 438); Green value is 206 (80.86% from 255 or 47.03% from 438); Blue value is 58 (23.05% from 255 or 13.24% from 438); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE3A is #5131C5. Grayscale: #B4B4B4. Windows color (decimal): -5321158 or 3853998. OLE color: 3853998.
HSL color Cylindrical-coordinate representation of color #AECE3A: hue angle of 72.97º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AECE3A is Cyan = 0.16, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 58 | - |
| CMYK | 0.16 | 0 | 0.72 | 0.19 |
| HSL | 72.97º | 0.6% | 0.52% | - |
| HSV(B) | 72.97º | 0.72% | 0.81% | - |
| XYZ | 40.29 | 53.45 | 12.2 | - |
| YUV | 179.56 | 59.4 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 58 | 0.16 | 0 | 0.72 | 0.19 | 72.97 | 0.6 | 0.52 |
| Hex | AE | CE | 3A | 10 | 0 | 48 | 13 | 49 | 3C | 34 |
| Octal | 256 | 316 | 72 | 20 | 0 | 110 | 23 | 111 | 74 | 64 |
| Binary | 10101110 | 11001110 | 111010 | 10000 | 0 | 1001000 | 10011 | 1001001 | 111100 | 110100 |
Color Harmonies of #AECE3A
Complementary color
Monochromatic Colors of #AECE3A
Black with #AECE3A
Text Example
Text Example
White with #AECE3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE3A; }
p { color: rgb(174,206,58); }
H1.HeaderClassName
{
color: #AECE3A;
}
.AnyTagClassName
{
color: #AECE3A;
}
</style>
background-color css
<style>
a { background-color: #AECE3A; }
a { background-color: rgb(174,206,58); }
div.DivClassName
{
background-color: #AECE3A;
}
.BgClassName
{
background-color: #AECE3A;
}
</style>
border-color css
<style>
span { border-color: #AECE3A; }
span { border-color: rgb(174,206,58); }
td.TdClassName
{
border-color: #AECE3A;
}
.TagClassName
{
border-color: #AECE3A;
}
</style>