#AAD13F

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

Shades of Atlantis #AAD13F

Tints of Atlantis #AAD13F

Color information

#AAD13F (or 0xAAD13F) is unknown color: approx Atlantis. HEX triplet: AA, D1 and 3F. RGB value is (170,209,63). Sum of RGB (Red+Green+Blue) = 170+209+63=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 209 (82.03% from 255 or 47.29% from 442); Blue value is 63 (25% from 255 or 14.25% from 442); Max value from RGB is 209 - color contains mainly: green. Hex color #AAD13F is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAD13F is #552EC0. Grayscale: #B5B5B5. Windows color (decimal): -5582529 or 4182442. OLE color: 4182442.

HSL color Cylindrical-coordinate representation of color #AAD13F: hue angle of 76.03º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AAD13F is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB17020963-
CMYK0.1900.700.18
HSL76.03º61.34%53.33%-
HSV(B)76.03º69.86%81.96%-
XYZ40.2854.5113.1-
YUV180.6961.58120.37-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.46%
GREEN value IS 209 (82.03% from 255) = 47.29%
BLUE value IS 63 (25% from 255) = 14.25%
R=38.46%
G=47.29%
B=14.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal170209630.1900.700.1876.0361.3453.33
HexAAD13F13046124c3d35
Octal25232177230106221147565
Binary10101010110100011111111001101000110100101001100111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AAD13F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AAD13F; }

 p { color: rgb(170,209,63); }

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

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

 a { background-color: rgb(170,209,63); }

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

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

 span { border-color: rgb(170,209,63); }

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