Shades of Atlantis #AECC38
Tints of Atlantis #AECC38
RGB
CMYK
RGB Variations
Color information
#AECC38 (or 0xAECC38) is known color: Atlantis. HEX triplet: AE, CC and 38. RGB value is (174,204,56). Sum of RGB (Red+Green+Blue) = 174+204+56=434 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.09% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 56 (22.27% from 255 or 12.90% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #AECC38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECC38 is #5133C7. Grayscale: #B2B2B2. Windows color (decimal): -5321672 or 3722414. OLE color: 3722414.
HSL color Cylindrical-coordinate representation of color #AECC38: hue angle of 72.16º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AECC38 is Cyan = 0.15, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 174 | 204 | 56 | - |
| CMYK | 0.15 | 0 | 0.73 | 0.2 |
| HSL | 72.16º | 0.59% | 0.51% | - |
| HSV(B) | 72.16º | 0.73% | 0.8% | - |
| XYZ | 39.76 | 52.47 | 11.77 | - |
| YUV | 178.16 | 59.06 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 204 | 56 | 0.15 | 0 | 0.73 | 0.2 | 72.16 | 0.59 | 0.51 |
| Hex | AE | CC | 38 | F | 0 | 49 | 14 | 48 | 3B | 33 |
| Octal | 256 | 314 | 70 | 17 | 0 | 111 | 24 | 110 | 73 | 63 |
| Binary | 10101110 | 11001100 | 111000 | 1111 | 0 | 1001001 | 10100 | 1001000 | 111011 | 110011 |
Color Harmonies of #AECC38
Complementary color
Monochromatic Colors of #AECC38
Black with #AECC38
Text Example
Text Example
White with #AECC38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECC38; }
p { color: rgb(174,204,56); }
H1.HeaderClassName
{
color: #AECC38;
}
.AnyTagClassName
{
color: #AECC38;
}
</style>
background-color css
<style>
a { background-color: #AECC38; }
a { background-color: rgb(174,204,56); }
div.DivClassName
{
background-color: #AECC38;
}
.BgClassName
{
background-color: #AECC38;
}
</style>
border-color css
<style>
span { border-color: #AECC38; }
span { border-color: rgb(174,204,56); }
td.TdClassName
{
border-color: #AECC38;
}
.TagClassName
{
border-color: #AECC38;
}
</style>