#A1CE46

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

Shades of Atlantis #A1CE46

Tints of Atlantis #A1CE46

Color information

#A1CE46 (or 0xA1CE46) is unknown color: approx Atlantis. HEX triplet: A1, CE and 46. RGB value is (161,206,70). Sum of RGB (Red+Green+Blue) = 161+206+70=437 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.84% from 437); Green value is 206 (80.86% from 255 or 47.14% from 437); Blue value is 70 (27.73% from 255 or 16.02% from 437); Max value from RGB is 206 - color contains mainly: green. Hex color #A1CE46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CE46 is #5E31B9. Grayscale: #B1B1B1. Windows color (decimal): -6173114 or 4640417. OLE color: 4640417.

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

Color convert

RGB16120670-
CMYK0.2200.660.19
HSL79.85º58.12%54.12%-
HSV(B)79.85º66.02%80.78%-
XYZ37.8752.1613.87-
YUV177.0467.59116.56-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.84%
GREEN value IS 206 (80.86% from 255) = 47.14%
BLUE value IS 70 (27.73% from 255) = 16.02%
R=36.84%
G=47.14%
B=16.02%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal161206700.2200.660.1979.8558.1254.12
HexA1CE461604213503a36
Octal241316106260102231207266
Binary101000011100111010001101011001000010100111010000111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CE46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CE46; }

 p { color: rgb(161,206,70); }

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

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

 a { background-color: rgb(161,206,70); }

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

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

 span { border-color: rgb(161,206,70); }

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