#A6E03D

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

Shades of Atlantis #A6E03D

Tints of Atlantis #A6E03D

Color information

#A6E03D (or 0xA6E03D) is unknown color: approx Atlantis. HEX triplet: A6, E0 and 3D. RGB value is (166,224,61). Sum of RGB (Red+Green+Blue) = 166+224+61=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 224 (87.89% from 255 or 49.67% from 451); Blue value is 61 (24.22% from 255 or 13.53% from 451); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E03D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6E03D is #591FC2. Grayscale: #BCBCBC. Windows color (decimal): -5840835 or 4055206. OLE color: 4055206.

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

Color convert

RGB16622461-
CMYK0.2600.730.12
HSL81.35º72.44%55.88%-
HSV(B)81.35º72.77%87.84%-
XYZ43.2261.7614.06-
YUV188.0856.28112.25-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 224 (87.89% from 255) = 49.67%
BLUE value IS 61 (24.22% from 255) = 13.53%
R=36.81%
G=49.67%
B=13.53%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal166224610.2600.730.1281.3572.4455.88
HexA6E03D1A049C514838
Octal246340753201111412111070
Binary10100110111000001111011101001001001110010100011001000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E03D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E03D; }

 p { color: rgb(166,224,61); }

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

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

 a { background-color: rgb(166,224,61); }

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

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

 span { border-color: rgb(166,224,61); }

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