#A6CF47

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

Shades of Atlantis #A6CF47

Tints of Atlantis #A6CF47

Color information

#A6CF47 (or 0xA6CF47) is unknown color: approx Atlantis. HEX triplet: A6, CF and 47. RGB value is (166,207,71). Sum of RGB (Red+Green+Blue) = 166+207+71=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 71 (28.12% from 255 or 15.99% from 444); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CF47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CF47 is #5930B8. Grayscale: #B3B3B3. Windows color (decimal): -5845177 or 4706214. OLE color: 4706214.

HSL color Cylindrical-coordinate representation of color #A6CF47: hue angle of 78.09º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A6CF47 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.19.

Color convert

RGB16620771-
CMYK0.2000.660.19
HSL78.09º58.62%54.51%-
HSV(B)78.09º65.7%81.18%-
XYZ39.1853.1914.16-
YUV179.2466.92118.56-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 71 (28.12% from 255) = 15.99%
R=37.39%
G=46.62%
B=15.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166207710.2000.660.1978.0958.6254.51
HexA6CF4714042134e3b37
Octal246317107240102231167367
Binary101001101100111110001111010001000010100111001110111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CF47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CF47; }

 p { color: rgb(166,207,71); }

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

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

 a { background-color: rgb(166,207,71); }

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

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

 span { border-color: rgb(166,207,71); }

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