#A3C63A

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

Shades of Atlantis #A3C63A

Tints of Atlantis #A3C63A

Color information

#A3C63A (or 0xA3C63A) is unknown color: approx Atlantis. HEX triplet: A3, C6 and 3A. RGB value is (163,198,58). Sum of RGB (Red+Green+Blue) = 163+198+58=419 (55% of max value = 765). Red value is 163 (64.06% from 255 or 38.90% from 419); Green value is 198 (77.73% from 255 or 47.26% from 419); Blue value is 58 (23.05% from 255 or 13.84% from 419); Max value from RGB is 198 - color contains mainly: green. Hex color #A3C63A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C63A is #5C39C5. Grayscale: #ACACAC. Windows color (decimal): -6044102 or 3851939. OLE color: 3851939.

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

Color convert

RGB16319858-
CMYK0.1800.710.22
HSL75º55.12%50.2%-
HSV(B)75º70.71%77.65%-
XYZ36.0648.4811.46-
YUV171.5863.9121.88-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 38.90%
GREEN value IS 198 (77.73% from 255) = 47.26%
BLUE value IS 58 (23.05% from 255) = 13.84%
R=38.90%
G=47.26%
B=13.84%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal163198580.1800.710.227555.1250.2
HexA3C63A12047164b3732
Octal24330672220107261136762
Binary10100011110001101110101001001000111101101001011110111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C63A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C63A; }

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

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

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

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

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

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

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

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