#AED63D

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

Shades of Atlantis #AED63D

Tints of Atlantis #AED63D

Color information

#AED63D (or 0xAED63D) is unknown color: approx Atlantis. HEX triplet: AE, D6 and 3D. RGB value is (174,214,61). Sum of RGB (Red+Green+Blue) = 174+214+61=449 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.75% from 449); Green value is 214 (83.98% from 255 or 47.66% from 449); Blue value is 61 (24.22% from 255 or 13.59% from 449); Max value from RGB is 214 - color contains mainly: green. Hex color #AED63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED63D is #5129C2. Grayscale: #B9B9B9. Windows color (decimal): -5319107 or 4052654. OLE color: 4052654.

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

Color convert

RGB17421461-
CMYK0.1900.710.16
HSL75.69º65.11%53.92%-
HSV(B)75.69º71.5%83.92%-
XYZ42.3457.4313.27-
YUV184.658.25120.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.75%
GREEN value IS 214 (83.98% from 255) = 47.66%
BLUE value IS 61 (24.22% from 255) = 13.59%
R=38.75%
G=47.66%
B=13.59%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174214610.1900.710.1675.6965.1153.92
HexAED63D13047104c4136
Octal256326752301072011410166
Binary101011101101011011110110011010001111000010011001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED63D; }

 p { color: rgb(174,214,61); }

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

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

 a { background-color: rgb(174,214,61); }

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

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

 span { border-color: rgb(174,214,61); }

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