#a0c646

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

Shades of Atlantis #A0C646

Tints of Atlantis #A0C646

Color information

#A0C646 (or 0xA0C646) is unknown color: approx Atlantis. HEX triplet: A0, C6 and 46. RGB value is (160,198,70). Sum of RGB (Red+Green+Blue) = 160+198+70=428 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.38% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 70 (27.73% from 255 or 16.36% from 428); Max value from RGB is 198 - color contains mainly: green. Hex color #A0C646 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C646 is #5F39B9. Grayscale: #ACACAC. Windows color (decimal): -6240698 or 4638368. OLE color: 4638368.

HSL color Cylindrical-coordinate representation of color #A0C646: hue angle of 77.81º degrees, saturation: 0.53, 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 #A0C646 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB16019870-
CMYK0.1900.650.22
HSL77.81º52.89%52.55%-
HSV(B)77.81º64.65%77.65%-
XYZ35.848.313.23-
YUV172.0570.41119.41-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.38%
GREEN value IS 198 (77.73% from 255) = 46.26%
BLUE value IS 70 (27.73% from 255) = 16.36%
R=37.38%
G=46.26%
B=16.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal160198700.1900.650.2277.8152.8952.55
HexA0C64613041164e3535
Octal240306106230101261166565
Binary101000001100011010001101001101000001101101001110110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a0c646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a0c646; }

 p { color: rgb(160,198,70); }

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

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

 a { background-color: rgb(160,198,70); }

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

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

 span { border-color: rgb(160,198,70); }

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