#A0D645

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

Shades of Atlantis #A0D645

Tints of Atlantis #A0D645

Color information

#A0D645 (or 0xA0D645) is unknown color: approx Atlantis. HEX triplet: A0, D6 and 45. RGB value is (160,214,69). Sum of RGB (Red+Green+Blue) = 160+214+69=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 214 (83.98% from 255 or 48.31% from 443); Blue value is 69 (27.34% from 255 or 15.58% from 443); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D645 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D645 is #5F29BA. Grayscale: #B5B5B5. Windows color (decimal): -6236603 or 4576928. OLE color: 4576928.

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

Color convert

RGB16021469-
CMYK0.2500.680.16
HSL82.34º63.88%55.49%-
HSV(B)82.34º67.76%83.92%-
XYZ39.625614.35-
YUV181.3264.61112.79-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.12%
GREEN value IS 214 (83.98% from 255) = 48.31%
BLUE value IS 69 (27.34% from 255) = 15.58%
R=36.12%
G=48.31%
B=15.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal160214690.2500.680.1682.3463.8855.49
HexA0D6451904410524037
Octal2403261053101042012210067
Binary1010000011010110100010111001010001001000010100101000000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0D645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0D645; }

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

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

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

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

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

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

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

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