#AEDD3B

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

Shades of Atlantis #AEDD3B

Tints of Atlantis #AEDD3B

Color information

#AEDD3B (or 0xAEDD3B) is unknown color: approx Atlantis. HEX triplet: AE, DD and 3B. RGB value is (174,221,59). Sum of RGB (Red+Green+Blue) = 174+221+59=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 59 (23.44% from 255 or 13.00% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #AEDD3B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AEDD3B is #5122C4. Grayscale: #BDBDBD. Windows color (decimal): -5317317 or 3923374. OLE color: 3923374.

HSL color Cylindrical-coordinate representation of color #AEDD3B: hue angle of 77.41º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AEDD3B is Cyan = 0.21, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB17422159-
CMYK0.2100.730.13
HSL77.41º70.43%54.9%-
HSV(B)77.41º73.3%86.67%-
XYZ44.161.0313.59-
YUV188.4854.93117.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 221 (86.72% from 255) = 48.68%
BLUE value IS 59 (23.44% from 255) = 13.00%
R=38.33%
G=48.68%
B=13.00%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174221590.2100.730.1377.4170.4354.9
HexAEDD3B15049D4d4637
Octal256335732501111511510667
Binary10101110110111011110111010101001001110110011011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AEDD3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AEDD3B; }

 p { color: rgb(174,221,59); }

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

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

 a { background-color: rgb(174,221,59); }

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

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

 span { border-color: rgb(174,221,59); }

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