Shades of Atlantis #AEE334
Tints of Atlantis #AEE334
RGB
CMYK
RGB Variations
Color information
#AEE334 (or 0xAEE334) is known color: Atlantis. HEX triplet: AE, E3 and 34. RGB value is (174,227,52). Sum of RGB (Red+Green+Blue) = 174+227+52=453 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.41% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 52 (20.70% from 255 or 11.48% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #AEE334 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE334 is #511CCB. Grayscale: #BFBFBF. Windows color (decimal): -5315788 or 3466158. OLE color: 3466158.
HSL color Cylindrical-coordinate representation of color #AEE334: hue angle of 78.17º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AEE334 is Cyan = 0.23, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 174 | 227 | 52 | - |
| CMYK | 0.23 | 0 | 0.77 | 0.11 |
| HSL | 78.17º | 0.76% | 0.55% | - |
| HSV(B) | 78.17º | 0.77% | 0.89% | - |
| XYZ | 45.54 | 64.18 | 13.24 | - |
| YUV | 191.2 | 49.44 | 115.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 174 | 227 | 52 | 0.23 | 0 | 0.77 | 0.11 | 78.17 | 0.76 | 0.55 |
| Hex | AE | E3 | 34 | 17 | 0 | 4D | B | 4E | 4C | 37 |
| Octal | 256 | 343 | 64 | 27 | 0 | 115 | 13 | 116 | 114 | 67 |
| Binary | 10101110 | 11100011 | 110100 | 10111 | 0 | 1001101 | 1011 | 1001110 | 1001100 | 110111 |
Color Harmonies of #AEE334
Complementary color
Monochromatic Colors of #AEE334
Black with #AEE334
Text Example
Text Example
White with #AEE334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AEE334; }
p { color: rgb(174,227,52); }
H1.HeaderClassName
{
color: #AEE334;
}
.AnyTagClassName
{
color: #AEE334;
}
</style>
background-color css
<style>
a { background-color: #AEE334; }
a { background-color: rgb(174,227,52); }
div.DivClassName
{
background-color: #AEE334;
}
.BgClassName
{
background-color: #AEE334;
}
</style>
border-color css
<style>
span { border-color: #AEE334; }
span { border-color: rgb(174,227,52); }
td.TdClassName
{
border-color: #AEE334;
}
.TagClassName
{
border-color: #AEE334;
}
</style>