#A0C845

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

Shades of Atlantis #A0C845

Tints of Atlantis #A0C845

Color information

#A0C845 (or 0xA0C845) is unknown color: approx Atlantis. HEX triplet: A0, C8 and 45. RGB value is (160,200,69). Sum of RGB (Red+Green+Blue) = 160+200+69=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 200 (78.52% from 255 or 46.62% from 429); Blue value is 69 (27.34% from 255 or 16.08% from 429); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C845 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C845 is #5F37BA. Grayscale: #ADADAD. Windows color (decimal): -6240187 or 4573344. OLE color: 4573344.

HSL color Cylindrical-coordinate representation of color #A0C845: hue angle of 78.32º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A0C845 is Cyan = 0.2, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.22.

Color convert

RGB16020069-
CMYK0.200.660.22
HSL78.32º54.36%52.75%-
HSV(B)78.32º65.5%78.43%-
XYZ36.2349.2113.22-
YUV173.1169.25118.65-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.30%
GREEN value IS 200 (78.52% from 255) = 46.62%
BLUE value IS 69 (27.34% from 255) = 16.08%
R=37.30%
G=46.62%
B=16.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160200690.200.660.2278.3254.3652.75
HexA0C84514042164e3635
Octal240310105240102261166665
Binary101000001100100010001011010001000010101101001110110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C845; }

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

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

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

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

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

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

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

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