Shades of Atlantis #AECE3F
Tints of Atlantis #AECE3F
RGB
CMYK
RGB Variations
Color information
#AECE3F (or 0xAECE3F) is known color: Atlantis. HEX triplet: AE, CE and 3F. RGB value is (174,206,63). Sum of RGB (Red+Green+Blue) = 174+206+63=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 206 (80.86% from 255 or 46.50% from 443); Blue value is 63 (25% from 255 or 14.22% from 443); Max value from RGB is 206 - color contains mainly: green. Hex color #AECE3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECE3F is #5131C0. Grayscale: #B4B4B4. Windows color (decimal): -5321153 or 4181678. OLE color: 4181678.
HSL color Cylindrical-coordinate representation of color #AECE3F: hue angle of 73.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AECE3F is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 206 | 63 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.19 |
| HSL | 73.43º | 0.59% | 0.53% | - |
| HSV(B) | 73.43º | 0.69% | 0.81% | - |
| XYZ | 40.42 | 53.5 | 12.9 | - |
| YUV | 180.13 | 61.9 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 206 | 63 | 0.16 | 0 | 0.69 | 0.19 | 73.43 | 0.59 | 0.53 |
| Hex | AE | CE | 3F | 10 | 0 | 45 | 13 | 49 | 3B | 35 |
| Octal | 256 | 316 | 77 | 20 | 0 | 105 | 23 | 111 | 73 | 65 |
| Binary | 10101110 | 11001110 | 111111 | 10000 | 0 | 1000101 | 10011 | 1001001 | 111011 | 110101 |
Color Harmonies of #AECE3F
Complementary color
Monochromatic Colors of #AECE3F
Black with #AECE3F
Text Example
Text Example
White with #AECE3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECE3F; }
p { color: rgb(174,206,63); }
H1.HeaderClassName
{
color: #AECE3F;
}
.AnyTagClassName
{
color: #AECE3F;
}
</style>
background-color css
<style>
a { background-color: #AECE3F; }
a { background-color: rgb(174,206,63); }
div.DivClassName
{
background-color: #AECE3F;
}
.BgClassName
{
background-color: #AECE3F;
}
</style>
border-color css
<style>
span { border-color: #AECE3F; }
span { border-color: rgb(174,206,63); }
td.TdClassName
{
border-color: #AECE3F;
}
.TagClassName
{
border-color: #AECE3F;
}
</style>