#a3d44b

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

Shades of Atlantis #A3D44B

Tints of Atlantis #A3D44B

Color information

#A3D44B (or 0xA3D44B) is unknown color: approx Atlantis. HEX triplet: A3, D4 and 4B. RGB value is (163,212,75). Sum of RGB (Red+Green+Blue) = 163+212+75=450 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.22% from 450); Green value is 212 (83.20% from 255 or 47.11% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 212 - color contains mainly: green. Hex color #A3D44B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3D44B is #5C2BB4. Grayscale: #B6B6B6. Windows color (decimal): -6040501 or 4969635. OLE color: 4969635.

HSL color Cylindrical-coordinate representation of color #A3D44B: hue angle of 81.46º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A3D44B is Cyan = 0.23, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.17.

Color convert

RGB16321275-
CMYK0.2300.650.17
HSL81.46º61.43%56.27%-
HSV(B)81.46º64.62%83.14%-
XYZ39.9255.3815.24-
YUV181.7367.77114.64-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 36.22%
GREEN value IS 212 (83.20% from 255) = 47.11%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=36.22%
G=47.11%
B=16.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal163212750.2300.650.1781.4661.4356.27
HexA3D44B1704111513d38
Octal243324113270101211217570
Binary101000111101010010010111011101000001100011010001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a3d44b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a3d44b; }

 p { color: rgb(163,212,75); }

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

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

 a { background-color: rgb(163,212,75); }

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

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

 span { border-color: rgb(163,212,75); }

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