#A3C64C

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

Shades of Atlantis #A3C64C

Tints of Atlantis #A3C64C

Color information

#A3C64C (or 0xA3C64C) is unknown color: approx Atlantis. HEX triplet: A3, C6 and 4C. RGB value is (163,198,76). Sum of RGB (Red+Green+Blue) = 163+198+76=437 (57% of max value = 765). Red value is 163 (64.06% from 255 or 37.30% from 437); Green value is 198 (77.73% from 255 or 45.31% from 437); Blue value is 76 (30.08% from 255 or 17.39% from 437); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C64C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C64C is #5C39B3. Grayscale: #AEAEAE. Windows color (decimal): -6044084 or 5031587. OLE color: 5031587.

HSL color Cylindrical-coordinate representation of color #A3C64C: hue angle of 77.21º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A3C64C is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB16319876-
CMYK0.1800.620.22
HSL77.21º51.69%53.73%-
HSV(B)77.21º61.62%77.65%-
XYZ36.648.714.31-
YUV173.6372.9120.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.30%
GREEN value IS 198 (77.73% from 255) = 45.31%
BLUE value IS 76 (30.08% from 255) = 17.39%
R=37.30%
G=45.31%
B=17.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163198760.1800.620.2277.2151.6953.73
HexA3C64C1203E164d3436
Octal24330611422076261156466
Binary10100011110001101001100100100111110101101001101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C64C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C64C; }

 p { color: rgb(163,198,76); }

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

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

 a { background-color: rgb(163,198,76); }

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

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

 span { border-color: rgb(163,198,76); }

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