#A3C246

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

Shades of Atlantis #A3C246

Tints of Atlantis #A3C246

Color information

#A3C246 (or 0xA3C246) is unknown color: approx Atlantis. HEX triplet: A3, C2 and 46. RGB value is (163,194,70). Sum of RGB (Red+Green+Blue) = 163+194+70=427 (56% of max value = 765). Red value is 163 (64.06% from 255 or 38.17% from 427); Green value is 194 (76.17% from 255 or 45.43% from 427); Blue value is 70 (27.73% from 255 or 16.39% from 427); Max value from RGB is 194 - color contains mainly: green. Hex color #A3C246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C246 is #5C3DB9. Grayscale: #ABABAB. Windows color (decimal): -6045114 or 4637347. OLE color: 4637347.

HSL color Cylindrical-coordinate representation of color #A3C246: hue angle of 75º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A3C246 is Cyan = 0.16, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB16319470-
CMYK0.1600.640.24
HSL75º50.41%51.76%-
HSV(B)75º63.92%76.08%-
XYZ35.546.8112.96-
YUV170.671.23122.58-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.17%
GREEN value IS 194 (76.17% from 255) = 45.43%
BLUE value IS 70 (27.73% from 255) = 16.39%
R=38.17%
G=45.43%
B=16.39%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163194700.1600.640.247550.4151.76
HexA3C24610040184b3234
Octal243302106200100301136264
Binary101000111100001010001101000001000000110001001011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C246; }

 p { color: rgb(163,194,70); }

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

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

 a { background-color: rgb(163,194,70); }

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

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

 span { border-color: rgb(163,194,70); }

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