#A6E73C

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

Shades of Atlantis #A6E73C

Tints of Atlantis #A6E73C

Color information

#A6E73C (or 0xA6E73C) is unknown color: approx Atlantis. HEX triplet: A6, E7 and 3C. RGB value is (166,231,60). Sum of RGB (Red+Green+Blue) = 166+231+60=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 231 (90.62% from 255 or 50.55% from 457); Blue value is 60 (23.83% from 255 or 13.13% from 457); Max value from RGB is 231 - color contains mainly: green. Hex color #A6E73C is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A6E73C is #5918C3. Grayscale: #C0C0C0. Windows color (decimal): -5839044 or 3991462. OLE color: 3991462.

HSL color Cylindrical-coordinate representation of color #A6E73C: hue angle of 82.81º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #A6E73C is Cyan = 0.28, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.09.

Color convert

RGB16623160-
CMYK0.2800.740.09
HSL82.81º78.08%57.06%-
HSV(B)82.81º74.03%90.59%-
XYZ45.1265.5914.56-
YUV192.0753.47109.4-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 231 (90.62% from 255) = 50.55%
BLUE value IS 60 (23.83% from 255) = 13.13%
R=36.32%
G=50.55%
B=13.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal166231600.2800.740.0982.8178.0857.06
HexA6E73C1C04A9534e39
Octal246347743401121112311671
Binary10100110111001111111001110001001010100110100111001110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6E73C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6E73C; }

 p { color: rgb(166,231,60); }

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

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

 a { background-color: rgb(166,231,60); }

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

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

 span { border-color: rgb(166,231,60); }

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