#A3C64D

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

Shades of Atlantis #A3C64D

Tints of Atlantis #A3C64D

Color information

#A3C64D (or 0xA3C64D) is unknown color: approx Atlantis. HEX triplet: A3, C6 and 4D. RGB value is (163,198,77). Sum of RGB (Red+Green+Blue) = 163+198+77=438 (58% of max value = 765). Red value is 163 (64.06% from 255 or 37.21% from 438); Green value is 198 (77.73% from 255 or 45.21% from 438); Blue value is 77 (30.47% from 255 or 17.58% from 438); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C64D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3C64D is #5C39B2. Grayscale: #AEAEAE. Windows color (decimal): -6044083 or 5097123. OLE color: 5097123.

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

Color convert

RGB16319877-
CMYK0.1800.610.22
HSL77.36º51.49%53.92%-
HSV(B)77.36º61.11%77.65%-
XYZ36.6448.7114.49-
YUV173.7473.4120.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 37.21%
GREEN value IS 198 (77.73% from 255) = 45.21%
BLUE value IS 77 (30.47% from 255) = 17.58%
R=37.21%
G=45.21%
B=17.58%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163198770.1800.610.2277.3651.4953.92
HexA3C64D1203D164d3336
Octal24330611522075261156366
Binary10100011110001101001101100100111101101101001101110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C64D; }

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

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

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

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

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

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

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

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