#AEE132

Color #AEE132 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #AEE132

Tints of Atlantis #AEE132

Color information

#AEE132 (or 0xAEE132) is unknown color: approx Atlantis. HEX triplet: AE, E1 and 32. RGB value is (174,225,50). Sum of RGB (Red+Green+Blue) = 174+225+50=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 50 (19.92% from 255 or 11.14% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #AEE132 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEE132 is #511ECD. Grayscale: #BEBEBE. Windows color (decimal): -5316302 or 3334574. OLE color: 3334574.

HSL color Cylindrical-coordinate representation of color #AEE132: hue angle of 77.49º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AEE132 is Cyan = 0.23, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.12.

Color convert

RGB17422550-
CMYK0.2300.780.12
HSL77.49º74.47%53.92%-
HSV(B)77.49º77.78%88.24%-
XYZ44.9663.0812.82-
YUV189.849.1116.73-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 50 (19.92% from 255) = 11.14%
R=38.75%
G=50.11%
B=11.14%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174225500.2300.780.1277.4974.4753.92
HexAEE1321704EC4d4a36
Octal256341622701161411511266
Binary10101110111000011100101011101001110110010011011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEE132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEE132; }

 p { color: rgb(174,225,50); }

 H1.HeaderClassName
 {
   color: #AEE132;
 }
 .AnyTagClassName
 {
   color: #AEE132;
 }
</style>
background-color css

<style>
 a { background-color: #AEE132; }

 a { background-color: rgb(174,225,50); }

 div.DivClassName
 {
   background-color: #AEE132;
 }
 .BgClassName
 {
   background-color: #AEE132;
 }
</style>
border-color css

<style>
 span { border-color: #AEE132; }

 span { border-color: rgb(174,225,50); }

 td.TdClassName
 {
   border-color: #AEE132;
 }
 .TagClassName
 {
   border-color: #AEE132;
 }
</style>