#AECA37

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

Shades of Atlantis #AECA37

Tints of Atlantis #AECA37

Color information

#AECA37 (or 0xAECA37) is unknown color: approx Atlantis. HEX triplet: AE, CA and 37. RGB value is (174,202,55). Sum of RGB (Red+Green+Blue) = 174+202+55=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 55 (21.88% from 255 or 12.76% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #AECA37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AECA37 is #5135C8. Grayscale: #B1B1B1. Windows color (decimal): -5322185 or 3656366. OLE color: 3656366.

HSL color Cylindrical-coordinate representation of color #AECA37: hue angle of 71.43º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AECA37 is Cyan = 0.14, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB17420255-
CMYK0.1400.730.21
HSL71.43º58.1%50.39%-
HSV(B)71.43º72.77%79.22%-
XYZ39.2751.5211.49-
YUV176.8759.22125.95-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.37%
GREEN value IS 202 (79.30% from 255) = 46.87%
BLUE value IS 55 (21.88% from 255) = 12.76%
R=40.37%
G=46.87%
B=12.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174202550.1400.730.2171.4358.150.39
HexAECA37E04915473a32
Octal25631267160111251077262
Binary1010111011001010110111111001001001101011000111111010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AECA37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AECA37; }

 p { color: rgb(174,202,55); }

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

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

 a { background-color: rgb(174,202,55); }

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

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

 span { border-color: rgb(174,202,55); }

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