Shades of Atlantis #AECB38
Tints of Atlantis #AECB38
RGB
CMYK
RGB Variations
Color information
#AECB38 (or 0xAECB38) is known color: Atlantis. HEX triplet: AE, CB and 38. RGB value is (174,203,56). Sum of RGB (Red+Green+Blue) = 174+203+56=433 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.18% from 433); Green value is 203 (79.69% from 255 or 46.88% from 433); Blue value is 56 (22.27% from 255 or 12.93% from 433); Max value from RGB is 203 - color contains mainly: green. Hex color #AECB38 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECB38 is #5134C7. Grayscale: #B2B2B2. Windows color (decimal): -5321928 or 3722158. OLE color: 3722158.
HSL color Cylindrical-coordinate representation of color #AECB38: hue angle of 71.84º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AECB38 is Cyan = 0.14, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 174 | 203 | 56 | - |
| CMYK | 0.14 | 0 | 0.72 | 0.20 |
| HSL | 71.84º | 0.59% | 0.51% | - |
| HSV(B) | 71.84º | 0.72% | 0.8% | - |
| XYZ | 39.53 | 52 | 11.69 | - |
| YUV | 177.57 | 59.39 | 125.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 203 | 56 | 0.14 | 0 | 0.72 | 0.20 | 71.84 | 0.59 | 0.51 |
| Hex | AE | CB | 38 | E | 0 | 48 | 14 | 48 | 3B | 33 |
| Octal | 256 | 313 | 70 | 16 | 0 | 110 | 24 | 110 | 73 | 63 |
| Binary | 10101110 | 11001011 | 111000 | 1110 | 0 | 1001000 | 10100 | 1001000 | 111011 | 110011 |
Color Harmonies of #AECB38
Complementary color
Monochromatic Colors of #AECB38
Black with #AECB38
Text Example
Text Example
White with #AECB38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AECB38; }
p { color: rgb(174,203,56); }
H1.HeaderClassName
{
color: #AECB38;
}
.AnyTagClassName
{
color: #AECB38;
}
</style>
background-color css
<style>
a { background-color: #AECB38; }
a { background-color: rgb(174,203,56); }
div.DivClassName
{
background-color: #AECB38;
}
.BgClassName
{
background-color: #AECB38;
}
</style>
border-color css
<style>
span { border-color: #AECB38; }
span { border-color: rgb(174,203,56); }
td.TdClassName
{
border-color: #AECB38;
}
.TagClassName
{
border-color: #AECB38;
}
</style>