#a2d63d

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

Shades of Atlantis #A2D63D

Tints of Atlantis #A2D63D

Color information

#A2D63D (or 0xA2D63D) is unknown color: approx Atlantis. HEX triplet: A2, D6 and 3D. RGB value is (162,214,61). Sum of RGB (Red+Green+Blue) = 162+214+61=437 (57% of max value = 765). Red value is 162 (63.67% from 255 or 37.07% from 437); Green value is 214 (83.98% from 255 or 48.97% from 437); Blue value is 61 (24.22% from 255 or 13.96% from 437); Max value from RGB is 214 - color contains mainly: green. Hex color #A2D63D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A2D63D is #5D29C2. Grayscale: #B5B5B5. Windows color (decimal): -6105539 or 4052642. OLE color: 4052642.

HSL color Cylindrical-coordinate representation of color #A2D63D: hue angle of 80.39º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A2D63D is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB16221461-
CMYK0.2400.710.16
HSL80.39º65.11%53.92%-
HSV(B)80.39º71.5%83.92%-
XYZ39.7956.1113.15-
YUV181.0160.27114.44-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 37.07%
GREEN value IS 214 (83.98% from 255) = 48.97%
BLUE value IS 61 (24.22% from 255) = 13.96%
R=37.07%
G=48.97%
B=13.96%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal162214610.2400.710.1680.3965.1153.92
HexA2D63D1804710504136
Octal242326753001072012010166
Binary101000101101011011110111000010001111000010100001000001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a2d63d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a2d63d; }

 p { color: rgb(162,214,61); }

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

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

 a { background-color: rgb(162,214,61); }

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

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

 span { border-color: rgb(162,214,61); }

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