#AED437

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

Shades of Atlantis #AED437

Tints of Atlantis #AED437

Color information

#AED437 (or 0xAED437) is unknown color: approx Atlantis. HEX triplet: AE, D4 and 37. RGB value is (174,212,55). Sum of RGB (Red+Green+Blue) = 174+212+55=441 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.46% from 441); Green value is 212 (83.20% from 255 or 48.07% from 441); Blue value is 55 (21.88% from 255 or 12.47% from 441); Max value from RGB is 212 - color contains mainly: green. Hex color #AED437 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED437 is #512BC8. Grayscale: #B7B7B7. Windows color (decimal): -5319625 or 3658926. OLE color: 3658926.

HSL color Cylindrical-coordinate representation of color #AED437: hue angle of 74.52º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AED437 is Cyan = 0.18, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.17.

Color convert

RGB17421255-
CMYK0.1800.740.17
HSL74.52º64.61%52.35%-
HSV(B)74.52º74.06%83.14%-
XYZ41.6956.3612.3-
YUV182.7455.91121.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.46%
GREEN value IS 212 (83.20% from 255) = 48.07%
BLUE value IS 55 (21.88% from 255) = 12.47%
R=39.46%
G=48.07%
B=12.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal174212550.1800.740.1774.5264.6152.35
HexAED4371204A114b4134
Octal256324672201122111310164
Binary101011101101010011011110010010010101000110010111000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED437; }

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

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

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

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

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

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

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

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