#A3C13D

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

Shades of Atlantis #A3C13D

Tints of Atlantis #A3C13D

Color information

#A3C13D (or 0xA3C13D) is unknown color: approx Atlantis. HEX triplet: A3, C1 and 3D. RGB value is (163,193,61). Sum of RGB (Red+Green+Blue) = 163+193+61=417 (55% of max value = 765). Red value is 163 (64.06% from 255 or 39.09% from 417); Green value is 193 (75.78% from 255 or 46.28% from 417); Blue value is 61 (24.22% from 255 or 14.63% from 417); Max value from RGB is 193 - color contains mainly: green. Hex color #A3C13D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A3C13D is #5C3EC2. Grayscale: #A9A9A9. Windows color (decimal): -6045379 or 4047267. OLE color: 4047267.

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

Color convert

RGB16319361-
CMYK0.1600.680.24
HSL73.64º51.97%49.8%-
HSV(B)73.64º68.39%75.69%-
XYZ35.0246.2611.5-
YUV168.9867.06123.73-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 39.09%
GREEN value IS 193 (75.78% from 255) = 46.28%
BLUE value IS 61 (24.22% from 255) = 14.63%
R=39.09%
G=46.28%
B=14.63%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal163193610.1600.680.2473.6451.9749.8
HexA3C13D10044184a3432
Octal24330175200104301126462
Binary10100011110000011111011000001000100110001001010110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3C13D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3C13D; }

 p { color: rgb(163,193,61); }

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

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

 a { background-color: rgb(163,193,61); }

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

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

 span { border-color: rgb(163,193,61); }

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