#AED13C

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

Shades of Atlantis #AED13C

Tints of Atlantis #AED13C

Color information

#AED13C (or 0xAED13C) is unknown color: approx Atlantis. HEX triplet: AE, D1 and 3C. RGB value is (174,209,60). Sum of RGB (Red+Green+Blue) = 174+209+60=443 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.28% from 443); Green value is 209 (82.03% from 255 or 47.18% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 209 - color contains mainly: green. Hex color #AED13C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED13C is #512EC3. Grayscale: #B6B6B6. Windows color (decimal): -5320388 or 3985838. OLE color: 3985838.

HSL color Cylindrical-coordinate representation of color #AED13C: hue angle of 74.09º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AED13C is Cyan = 0.17, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB17420960-
CMYK0.1700.710.18
HSL74.09º61.83%52.75%-
HSV(B)74.09º71.29%81.96%-
XYZ41.0754.9312.71-
YUV181.5559.4122.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.28%
GREEN value IS 209 (82.03% from 255) = 47.18%
BLUE value IS 60 (23.83% from 255) = 13.54%
R=39.28%
G=47.18%
B=13.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174209600.1700.710.1874.0961.8352.75
HexAED13C11047124a3e35
Octal25632174210107221127665
Binary10101110110100011111001000101000111100101001010111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED13C; }

 p { color: rgb(174,209,60); }

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

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

 a { background-color: rgb(174,209,60); }

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

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

 span { border-color: rgb(174,209,60); }

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