#A6CE48

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

Shades of Atlantis #A6CE48

Tints of Atlantis #A6CE48

Color information

#A6CE48 (or 0xA6CE48) is unknown color: approx Atlantis. HEX triplet: A6, CE and 48. RGB value is (166,206,72). Sum of RGB (Red+Green+Blue) = 166+206+72=444 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.39% from 444); Green value is 206 (80.86% from 255 or 46.40% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 206 - color contains mainly: green. Hex color #A6CE48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A6CE48 is #5931B7. Grayscale: #B3B3B3. Windows color (decimal): -5845432 or 4771494. OLE color: 4771494.

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

Color convert

RGB16620672-
CMYK0.1900.650.19
HSL77.91º57.76%54.51%-
HSV(B)77.91º65.05%80.78%-
XYZ38.9752.7214.25-
YUV178.7667.75118.9-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.39%
GREEN value IS 206 (80.86% from 255) = 46.40%
BLUE value IS 72 (28.52% from 255) = 16.22%
R=37.39%
G=46.40%
B=16.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal166206720.1900.650.1977.9157.7654.51
HexA6CE4813041134e3a37
Octal246316110230101231167267
Binary101001101100111010010001001101000001100111001110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6CE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6CE48; }

 p { color: rgb(166,206,72); }

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

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

 a { background-color: rgb(166,206,72); }

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

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

 span { border-color: rgb(166,206,72); }

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