#A6E13A

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

Shades of Atlantis #A6E13A

Tints of Atlantis #A6E13A

Color information

#A6E13A (or 0xA6E13A) is unknown color: approx Atlantis. HEX triplet: A6, E1 and 3A. RGB value is (166,225,58). Sum of RGB (Red+Green+Blue) = 166+225+58=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 58 (23.05% from 255 or 12.92% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E13A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E13A is #591EC5. Grayscale: #BCBCBC. Windows color (decimal): -5840582 or 3858854. OLE color: 3858854.

HSL color Cylindrical-coordinate representation of color #A6E13A: hue angle of 81.2º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6E13A is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.12.

Color convert

RGB16622558-
CMYK0.2600.740.12
HSL81.2º73.57%55.49%-
HSV(B)81.2º74.22%88.24%-
XYZ43.4162.2613.73-
YUV188.3254.45112.08-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 225 (88.28% from 255) = 50.11%
BLUE value IS 58 (23.05% from 255) = 12.92%
R=36.97%
G=50.11%
B=12.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166225580.2600.740.1281.273.5755.49
HexA6E13A1A04AC514a37
Octal246341723201121412111267
Binary10100110111000011110101101001001010110010100011001010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E13A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E13A; }

 p { color: rgb(166,225,58); }

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

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

 a { background-color: rgb(166,225,58); }

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

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

 span { border-color: rgb(166,225,58); }

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