#A0CC46

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

Shades of Atlantis #A0CC46

Tints of Atlantis #A0CC46

Color information

#A0CC46 (or 0xA0CC46) is unknown color: approx Atlantis. HEX triplet: A0, CC and 46. RGB value is (160,204,70). Sum of RGB (Red+Green+Blue) = 160+204+70=434 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.87% from 434); Green value is 204 (80.08% from 255 or 47.00% from 434); Blue value is 70 (27.73% from 255 or 16.13% from 434); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC46 is #5F33B9. Grayscale: #B0B0B0. Windows color (decimal): -6239162 or 4639904. OLE color: 4639904.

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

Color convert

RGB16020470-
CMYK0.2200.660.2
HSL79.7º56.78%53.73%-
HSV(B)79.7º65.69%80%-
XYZ37.251.113.7-
YUV175.5768.42116.9-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 36.87%
GREEN value IS 204 (80.08% from 255) = 47.00%
BLUE value IS 70 (27.73% from 255) = 16.13%
R=36.87%
G=47.00%
B=16.13%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal160204700.2200.660.279.756.7853.73
HexA0CC461604214503936
Octal240314106260102241207166
Binary101000001100110010001101011001000010101001010000111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0CC46; }

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

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

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

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

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

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

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

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