#AED53C

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

Shades of Atlantis #AED53C

Tints of Atlantis #AED53C

Color information

#AED53C (or 0xAED53C) is unknown color: approx Atlantis. HEX triplet: AE, D5 and 3C. RGB value is (174,213,60). Sum of RGB (Red+Green+Blue) = 174+213+60=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 213 (83.59% from 255 or 47.65% from 447); Blue value is 60 (23.83% from 255 or 13.42% from 447); Max value from RGB is 213 - color contains mainly: green. Hex color #AED53C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED53C is #512AC3. Grayscale: #B8B8B8. Windows color (decimal): -5319364 or 3986862. OLE color: 3986862.

HSL color Cylindrical-coordinate representation of color #AED53C: hue angle of 75.29º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AED53C is Cyan = 0.18, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB17421360-
CMYK0.1800.720.16
HSL75.29º64.56%53.53%-
HSV(B)75.29º71.83%83.53%-
XYZ42.0756.9113.04-
YUV183.958.08120.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 213 (83.59% from 255) = 47.65%
BLUE value IS 60 (23.83% from 255) = 13.42%
R=38.93%
G=47.65%
B=13.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174213600.1800.720.1675.2964.5653.53
HexAED53C12048104b4136
Octal256325742201102011310166
Binary101011101101010111110010010010010001000010010111000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED53C; }

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

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

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

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

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

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

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

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