Shades of Atlantis #AECF41
Tints of Atlantis #AECF41
RGB
CMYK
RGB Variations
Color information
#AECF41 (or 0xAECF41) is known color: Atlantis. HEX triplet: AE, CF and 41. RGB value is (174,207,65). Sum of RGB (Red+Green+Blue) = 174+207+65=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 207 (81.25% from 255 or 46.41% from 446); Blue value is 65 (25.78% from 255 or 14.57% from 446); Max value from RGB is 207 - color contains mainly: green. Hex color #AECF41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECF41 is #5130BE. Grayscale: #B5B5B5. Windows color (decimal): -5320895 or 4313006. OLE color: 4313006.
HSL color Cylindrical-coordinate representation of color #AECF41: hue angle of 73.94º degrees, saturation: 0.6, 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 #AECF41 is Cyan = 0.16, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 174 | 207 | 65 | - |
| CMYK | 0.16 | 0 | 0.69 | 0.19 |
| HSL | 73.94º | 0.6% | 0.53% | - |
| HSV(B) | 73.94º | 0.69% | 0.81% | - |
| XYZ | 40.72 | 54.01 | 13.28 | - |
| YUV | 180.95 | 62.57 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 207 | 65 | 0.16 | 0 | 0.69 | 0.19 | 73.94 | 0.6 | 0.53 |
| Hex | AE | CF | 41 | 10 | 0 | 45 | 13 | 4A | 3C | 35 |
| Octal | 256 | 317 | 101 | 20 | 0 | 105 | 23 | 112 | 74 | 65 |
| Binary | 10101110 | 11001111 | 1000001 | 10000 | 0 | 1000101 | 10011 | 1001010 | 111100 | 110101 |
Color Harmonies of #AECF41
Complementary color
Monochromatic Colors of #AECF41
Black with #AECF41
Text Example
Text Example
White with #AECF41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECF41; }
p { color: rgb(174,207,65); }
H1.HeaderClassName
{
color: #AECF41;
}
.AnyTagClassName
{
color: #AECF41;
}
</style>
background-color css
<style>
a { background-color: #AECF41; }
a { background-color: rgb(174,207,65); }
div.DivClassName
{
background-color: #AECF41;
}
.BgClassName
{
background-color: #AECF41;
}
</style>
border-color css
<style>
span { border-color: #AECF41; }
span { border-color: rgb(174,207,65); }
td.TdClassName
{
border-color: #AECF41;
}
.TagClassName
{
border-color: #AECF41;
}
</style>