Shades of Atlantis #AECF3E
Tints of Atlantis #AECF3E
RGB
CMYK
RGB Variations
Color information
#AECF3E (or 0xAECF3E) is known color: Atlantis. HEX triplet: AE, CF and 3E. RGB value is (174,207,62). Sum of RGB (Red+Green+Blue) = 174+207+62=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 207 (81.25% from 255 or 46.73% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF3E is #5130C1. Grayscale: #B5B5B5. Windows color (decimal): -5320898 or 4116398. OLE color: 4116398.
HSL color Cylindrical-coordinate representation of color #AECF3E: hue angle of 73.66º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AECF3E is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 62 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.19 |
| HSL | 73.66º | 0.6% | 0.53% | - |
| HSV(B) | 73.66º | 0.7% | 0.81% | - |
| XYZ | 40.64 | 53.97 | 12.83 | - |
| YUV | 180.6 | 61.07 | 123.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 62 | 0.16 | 0 | 0.70 | 0.19 | 73.66 | 0.6 | 0.53 |
| Hex | AE | CF | 3E | 10 | 0 | 46 | 13 | 4A | 3C | 35 |
| Octal | 256 | 317 | 76 | 20 | 0 | 106 | 23 | 112 | 74 | 65 |
| Binary | 10101110 | 11001111 | 111110 | 10000 | 0 | 1000110 | 10011 | 1001010 | 111100 | 110101 |
Color Harmonies of #AECF3E
Complementary color
Monochromatic Colors of #AECF3E
Black with #AECF3E
Text Example
Text Example
White with #AECF3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF3E; }
p { color: rgb(174,207,62); }
H1.HeaderClassName
{
color: #AECF3E;
}
.AnyTagClassName
{
color: #AECF3E;
}
</style>
background-color css
<style>
a { background-color: #AECF3E; }
a { background-color: rgb(174,207,62); }
div.DivClassName
{
background-color: #AECF3E;
}
.BgClassName
{
background-color: #AECF3E;
}
</style>
border-color css
<style>
span { border-color: #AECF3E; }
span { border-color: rgb(174,207,62); }
td.TdClassName
{
border-color: #AECF3E;
}
.TagClassName
{
border-color: #AECF3E;
}
</style>