#A1C13E

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

Shades of Atlantis #A1C13E

Tints of Atlantis #A1C13E

Color information

#A1C13E (or 0xA1C13E) is unknown color: approx Atlantis. HEX triplet: A1, C1 and 3E. RGB value is (161,193,62). Sum of RGB (Red+Green+Blue) = 161+193+62=416 (55% of max value = 765). Red value is 161 (63.28% from 255 or 38.70% from 416); Green value is 193 (75.78% from 255 or 46.39% from 416); Blue value is 62 (24.61% from 255 or 14.90% from 416); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C13E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1C13E is #5E3EC1. Grayscale: #A8A8A8. Windows color (decimal): -6176450 or 4112801. OLE color: 4112801.

HSL color Cylindrical-coordinate representation of color #A1C13E: hue angle of 74.66º degrees, saturation: 0.51, 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 #A1C13E is Cyan = 0.17, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.24.

Color convert

RGB16119362-
CMYK0.1700.680.24
HSL74.66º51.37%50%-
HSV(B)74.66º67.88%75.69%-
XYZ34.6446.0611.62-
YUV168.567.9122.65-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 38.70%
GREEN value IS 193 (75.78% from 255) = 46.39%
BLUE value IS 62 (24.61% from 255) = 14.90%
R=38.70%
G=46.39%
B=14.90%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal161193620.1700.680.2474.6651.3750
HexA1C13E11044184b3332
Octal24130176210104301136362
Binary10100001110000011111101000101000100110001001011110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C13E; }

 p { color: rgb(161,193,62); }

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

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

 a { background-color: rgb(161,193,62); }

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

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

 span { border-color: rgb(161,193,62); }

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