#A0D649

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

Shades of Atlantis #A0D649

Tints of Atlantis #A0D649

Color information

#A0D649 (or 0xA0D649) is unknown color: approx Atlantis. HEX triplet: A0, D6 and 49. RGB value is (160,214,73). Sum of RGB (Red+Green+Blue) = 160+214+73=447 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.79% from 447); Green value is 214 (83.98% from 255 or 47.87% from 447); Blue value is 73 (28.91% from 255 or 16.33% from 447); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D649 is #5F29B6. Grayscale: #B6B6B6. Windows color (decimal): -6236599 or 4839072. OLE color: 4839072.

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

Color convert

RGB16021473-
CMYK0.2500.660.16
HSL82.98º63.23%56.27%-
HSV(B)82.98º65.89%83.92%-
XYZ39.7556.0515.03-
YUV181.7866.61112.46-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.79%
GREEN value IS 214 (83.98% from 255) = 47.87%
BLUE value IS 73 (28.91% from 255) = 16.33%
R=35.79%
G=47.87%
B=16.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160214730.2500.660.1682.9863.2356.27
HexA0D6491904210533f38
Octal240326111310102201237770
Binary101000001101011010010011100101000010100001010011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D649; }

 p { color: rgb(160,214,73); }

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

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

 a { background-color: rgb(160,214,73); }

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

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

 span { border-color: rgb(160,214,73); }

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