#A6C746

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

Shades of Atlantis #A6C746

Tints of Atlantis #A6C746

Color information

#A6C746 (or 0xA6C746) is unknown color: approx Atlantis. HEX triplet: A6, C7 and 46. RGB value is (166,199,70). Sum of RGB (Red+Green+Blue) = 166+199+70=435 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.16% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #A6C746 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6C746 is #5938B9. Grayscale: #AEAEAE. Windows color (decimal): -5847226 or 4638630. OLE color: 4638630.

HSL color Cylindrical-coordinate representation of color #A6C746: hue angle of 75.35º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A6C746 is Cyan = 0.17, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB16619970-
CMYK0.1700.650.22
HSL75.35º53.53%52.75%-
HSV(B)75.35º64.82%78.04%-
XYZ37.2549.413.37-
YUV174.4369.07121.99-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.16%
GREEN value IS 199 (78.12% from 255) = 45.75%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=38.16%
G=45.75%
B=16.09%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166199700.1700.650.2275.3553.5352.75
HexA6C74611041164b3635
Octal246307106210101261136665
Binary101001101100011110001101000101000001101101001011110110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6C746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6C746; }

 p { color: rgb(166,199,70); }

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

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

 a { background-color: rgb(166,199,70); }

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

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

 span { border-color: rgb(166,199,70); }

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