#A1CC46

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

Shades of Atlantis #A1CC46

Tints of Atlantis #A1CC46

Color information

#A1CC46 (or 0xA1CC46) is unknown color: approx Atlantis. HEX triplet: A1, CC and 46. RGB value is (161,204,70). Sum of RGB (Red+Green+Blue) = 161+204+70=435 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.01% from 435); Green value is 204 (80.08% from 255 or 46.90% from 435); Blue value is 70 (27.73% from 255 or 16.09% from 435); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1CC46 is #5E33B9. Grayscale: #B0B0B0. Windows color (decimal): -6173626 or 4639905. OLE color: 4639905.

HSL color Cylindrical-coordinate representation of color #A1CC46: hue angle of 79.25º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A1CC46 is Cyan = 0.21, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB16120470-
CMYK0.2100.660.2
HSL79.25º56.78%53.73%-
HSV(B)79.25º65.69%80%-
XYZ37.451.213.71-
YUV175.8768.25117.4-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.01%
GREEN value IS 204 (80.08% from 255) = 46.90%
BLUE value IS 70 (27.73% from 255) = 16.09%
R=37.01%
G=46.90%
B=16.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161204700.2100.660.279.2556.7853.73
HexA1CC4615042144f3936
Octal241314106250102241177166
Binary101000011100110010001101010101000010101001001111111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC46; }

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

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

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

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

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

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

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

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