#AED739

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

Shades of Atlantis #AED739

Tints of Atlantis #AED739

Color information

#AED739 (or 0xAED739) is unknown color: approx Atlantis. HEX triplet: AE, D7 and 39. RGB value is (174,215,57). Sum of RGB (Red+Green+Blue) = 174+215+57=446 (59% of max value = 765). Red value is 174 (68.36% from 255 or 39.01% from 446); Green value is 215 (84.38% from 255 or 48.21% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 215 - color contains mainly: green. Hex color #AED739 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AED739 is #5128C6. Grayscale: #B9B9B9. Windows color (decimal): -5318855 or 3790766. OLE color: 3790766.

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

Color convert

RGB17421557-
CMYK0.1900.730.16
HSL75.57º66.39%53.33%-
HSV(B)75.57º73.49%84.31%-
XYZ42.4957.8912.81-
YUV184.7355.92120.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 39.01%
GREEN value IS 215 (84.38% from 255) = 48.21%
BLUE value IS 57 (22.66% from 255) = 12.78%
R=39.01%
G=48.21%
B=12.78%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal174215570.1900.730.1675.5766.3953.33
HexAED73913049104c4235
Octal256327712301112011410265
Binary101011101101011111100110011010010011000010011001000010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AED739

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AED739; }

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

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

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

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

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

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

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

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