Shades of Atlantis #AECF3F
Tints of Atlantis #AECF3F
RGB
CMYK
RGB Variations
Color information
#AECF3F (or 0xAECF3F) is known color: Atlantis. HEX triplet: AE, CF and 3F. RGB value is (174,207,63). Sum of RGB (Red+Green+Blue) = 174+207+63=444 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.19% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF3F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF3F is #5130C0. Grayscale: #B5B5B5. Windows color (decimal): -5320897 or 4181934. OLE color: 4181934.
HSL color Cylindrical-coordinate representation of color #AECF3F: hue angle of 73.75º 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 #AECF3F is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 63 | - |
| CMYK | 0.16 | 0 | 0.70 | 0.19 |
| HSL | 73.75º | 0.6% | 0.53% | - |
| HSV(B) | 73.75º | 0.7% | 0.81% | - |
| XYZ | 40.67 | 53.98 | 12.98 | - |
| YUV | 180.72 | 61.57 | 123.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 63 | 0.16 | 0 | 0.70 | 0.19 | 73.75 | 0.6 | 0.53 |
| Hex | AE | CF | 3F | 10 | 0 | 46 | 13 | 4A | 3C | 35 |
| Octal | 256 | 317 | 77 | 20 | 0 | 106 | 23 | 112 | 74 | 65 |
| Binary | 10101110 | 11001111 | 111111 | 10000 | 0 | 1000110 | 10011 | 1001010 | 111100 | 110101 |
Color Harmonies of #AECF3F
Complementary color
Monochromatic Colors of #AECF3F
Black with #AECF3F
Text Example
Text Example
White with #AECF3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF3F; }
p { color: rgb(174,207,63); }
H1.HeaderClassName
{
color: #AECF3F;
}
.AnyTagClassName
{
color: #AECF3F;
}
</style>
background-color css
<style>
a { background-color: #AECF3F; }
a { background-color: rgb(174,207,63); }
div.DivClassName
{
background-color: #AECF3F;
}
.BgClassName
{
background-color: #AECF3F;
}
</style>
border-color css
<style>
span { border-color: #AECF3F; }
span { border-color: rgb(174,207,63); }
td.TdClassName
{
border-color: #AECF3F;
}
.TagClassName
{
border-color: #AECF3F;
}
</style>