#A0C440

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

Shades of Atlantis #A0C440

Tints of Atlantis #A0C440

Color information

#A0C440 (or 0xA0C440) is unknown color: approx Atlantis. HEX triplet: A0, C4 and 40. RGB value is (160,196,64). Sum of RGB (Red+Green+Blue) = 160+196+64=420 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.10% from 420); Green value is 196 (76.95% from 255 or 46.67% from 420); Blue value is 64 (25.39% from 255 or 15.24% from 420); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C440 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C440 is #5F3BBF. Grayscale: #AAAAAA. Windows color (decimal): -6241216 or 4244640. OLE color: 4244640.

HSL color Cylindrical-coordinate representation of color #A0C440: hue angle of 76.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0C440 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB16019664-
CMYK0.1800.670.23
HSL76.36º52.8%50.98%-
HSV(B)76.36º67.35%76.86%-
XYZ35.1647.3212.13-
YUV170.1968.07120.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 38.10%
GREEN value IS 196 (76.95% from 255) = 46.67%
BLUE value IS 64 (25.39% from 255) = 15.24%
R=38.10%
G=46.67%
B=15.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal160196640.1800.670.2376.3652.850.98
HexA0C44012043174c3533
Octal240304100220103271146563
Binary101000001100010010000001001001000011101111001100110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0C440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0C440; }

 p { color: rgb(160,196,64); }

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

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

 a { background-color: rgb(160,196,64); }

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

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

 span { border-color: rgb(160,196,64); }

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