#AAE43B

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

Shades of Atlantis #AAE43B

Tints of Atlantis #AAE43B

Color information

#AAE43B (or 0xAAE43B) is unknown color: approx Atlantis. HEX triplet: AA, E4 and 3B. RGB value is (170,228,59). Sum of RGB (Red+Green+Blue) = 170+228+59=457 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.20% from 457); Green value is 228 (89.45% from 255 or 49.89% from 457); Blue value is 59 (23.44% from 255 or 12.91% from 457); Max value from RGB is 228 - color contains mainly: green. Hex color #AAE43B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAE43B is #551BC4. Grayscale: #C0C0C0. Windows color (decimal): -5577669 or 3925162. OLE color: 3925162.

HSL color Cylindrical-coordinate representation of color #AAE43B: hue angle of 80.59º degrees, saturation: 0.76, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAE43B is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB17022859-
CMYK0.2500.740.11
HSL80.59º75.78%56.27%-
HSV(B)80.59º74.12%89.41%-
XYZ45.1164.3514.18-
YUV191.3953.28112.74-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.20%
GREEN value IS 228 (89.45% from 255) = 49.89%
BLUE value IS 59 (23.44% from 255) = 12.91%
R=37.20%
G=49.89%
B=12.91%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal170228590.2500.740.1180.5975.7856.27
HexAAE43B1904AB514c38
Octal252344733101121312111470
Binary10101010111001001110111100101001010101110100011001100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAE43B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAE43B; }

 p { color: rgb(170,228,59); }

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

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

 a { background-color: rgb(170,228,59); }

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

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

 span { border-color: rgb(170,228,59); }

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