Shades of Atlantis #AECF3D
Tints of Atlantis #AECF3D
RGB
CMYK
RGB Variations
Color information
#AECF3D (or 0xAECF3D) is known color: Atlantis. HEX triplet: AE, CF and 3D. RGB value is (174,207,61). Sum of RGB (Red+Green+Blue) = 174+207+61=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 207 (81.25% from 255 or 46.83% from 442); Blue value is 61 (24.22% from 255 or 13.80% from 442); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF3D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF3D is #5130C2. Grayscale: #B5B5B5. Windows color (decimal): -5320899 or 4050862. OLE color: 4050862.
HSL color Cylindrical-coordinate representation of color #AECF3D: hue angle of 73.56º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AECF3D is Cyan = 0.16, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 61 | - |
| CMYK | 0.16 | 0 | 0.71 | 0.19 |
| HSL | 73.56º | 0.6% | 0.53% | - |
| HSV(B) | 73.56º | 0.71% | 0.81% | - |
| XYZ | 40.61 | 53.96 | 12.69 | - |
| YUV | 180.49 | 60.57 | 123.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 61 | 0.16 | 0 | 0.71 | 0.19 | 73.56 | 0.6 | 0.53 |
| Hex | AE | CF | 3D | 10 | 0 | 47 | 13 | 4A | 3C | 35 |
| Octal | 256 | 317 | 75 | 20 | 0 | 107 | 23 | 112 | 74 | 65 |
| Binary | 10101110 | 11001111 | 111101 | 10000 | 0 | 1000111 | 10011 | 1001010 | 111100 | 110101 |
Color Harmonies of #AECF3D
Complementary color
Monochromatic Colors of #AECF3D
Black with #AECF3D
Text Example
Text Example
White with #AECF3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF3D; }
p { color: rgb(174,207,61); }
H1.HeaderClassName
{
color: #AECF3D;
}
.AnyTagClassName
{
color: #AECF3D;
}
</style>
background-color css
<style>
a { background-color: #AECF3D; }
a { background-color: rgb(174,207,61); }
div.DivClassName
{
background-color: #AECF3D;
}
.BgClassName
{
background-color: #AECF3D;
}
</style>
border-color css
<style>
span { border-color: #AECF3D; }
span { border-color: rgb(174,207,61); }
td.TdClassName
{
border-color: #AECF3D;
}
.TagClassName
{
border-color: #AECF3D;
}
</style>