#A2C63E

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

Shades of Atlantis #A2C63E

Tints of Atlantis #A2C63E

Color information

#A2C63E (or 0xA2C63E) is unknown color: approx Atlantis. HEX triplet: A2, C6 and 3E. RGB value is (162,198,62). Sum of RGB (Red+Green+Blue) = 162+198+62=422 (55% of max value = 765). Red value is 162 (63.67% from 255 or 38.39% from 422); Green value is 198 (77.73% from 255 or 46.92% from 422); Blue value is 62 (24.61% from 255 or 14.69% from 422); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C63E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2C63E is #5D39C1. Grayscale: #ACACAC. Windows color (decimal): -6109634 or 4114082. OLE color: 4114082.

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

Color convert

RGB16219862-
CMYK0.1800.690.22
HSL75.88º54.4%50.98%-
HSV(B)75.88º68.69%77.65%-
XYZ35.9648.4212.01-
YUV171.7366.07121.06-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 38.39%
GREEN value IS 198 (77.73% from 255) = 46.92%
BLUE value IS 62 (24.61% from 255) = 14.69%
R=38.39%
G=46.92%
B=14.69%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal162198620.1800.690.2275.8854.450.98
HexA2C63E12045164c3633
Octal24230676220105261146663
Binary10100010110001101111101001001000101101101001100110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2C63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2C63E; }

 p { color: rgb(162,198,62); }

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

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

 a { background-color: rgb(162,198,62); }

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

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

 span { border-color: rgb(162,198,62); }

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