#A3D745

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

Shades of Atlantis #A3D745

Tints of Atlantis #A3D745

Color information

#A3D745 (or 0xA3D745) is unknown color: approx Atlantis. HEX triplet: A3, D7 and 45. RGB value is (163,215,69). Sum of RGB (Red+Green+Blue) = 163+215+69=447 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.47% from 447); Green value is 215 (84.38% from 255 or 48.10% from 447); Blue value is 69 (27.34% from 255 or 15.44% from 447); Max value from RGB is 215 - color contains mainly: green. Hex color #A3D745 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D745 is #5C28BA. Grayscale: #B7B7B7. Windows color (decimal): -6039739 or 4577187. OLE color: 4577187.

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

Color convert

RGB16321569-
CMYK0.2400.680.16
HSL81.37º64.6%55.69%-
HSV(B)81.37º67.91%84.31%-
XYZ40.4856.8214.46-
YUV182.8163.77113.87-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.47%
GREEN value IS 215 (84.38% from 255) = 48.10%
BLUE value IS 69 (27.34% from 255) = 15.44%
R=36.47%
G=48.10%
B=15.44%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal163215690.2400.680.1681.3764.655.69
HexA3D7451804410514138
Octal2433271053001042012110170
Binary1010001111010111100010111000010001001000010100011000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3D745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3D745; }

 p { color: rgb(163,215,69); }

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

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

 a { background-color: rgb(163,215,69); }

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

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

 span { border-color: rgb(163,215,69); }

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