#AED73E

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

Shades of Atlantis #AED73E

Tints of Atlantis #AED73E

Color information

#AED73E (or 0xAED73E) is unknown color: approx Atlantis. HEX triplet: AE, D7 and 3E. RGB value is (174,215,62). Sum of RGB (Red+Green+Blue) = 174+215+62=451 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.58% from 451); Green value is 215 (84.38% from 255 or 47.67% from 451); Blue value is 62 (24.61% from 255 or 13.75% from 451); Max value from RGB is 215 - color contains mainly: green. Hex color #AED73E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED73E is #5128C1. Grayscale: #B9B9B9. Windows color (decimal): -5318850 or 4118446. OLE color: 4118446.

HSL color Cylindrical-coordinate representation of color #AED73E: hue angle of 76.08º degrees, saturation: 0.66, 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 #AED73E is Cyan = 0.19, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB17421562-
CMYK0.1900.710.16
HSL76.08º65.67%54.31%-
HSV(B)76.08º71.16%84.31%-
XYZ42.6357.9513.5-
YUV185.358.42119.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.58%
GREEN value IS 215 (84.38% from 255) = 47.67%
BLUE value IS 62 (24.61% from 255) = 13.75%
R=38.58%
G=47.67%
B=13.75%

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
Decimal174215620.1900.710.1676.0865.6754.31
HexAED73E13047104c4236
Octal256327762301072011410266
Binary101011101101011111111010011010001111000010011001000010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED73E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED73E; }

 p { color: rgb(174,215,62); }

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

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

 a { background-color: rgb(174,215,62); }

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

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

 span { border-color: rgb(174,215,62); }

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