#A1CC51

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

Shades of Atlantis #A1CC51

Tints of Atlantis #A1CC51

Color information

#A1CC51 (or 0xA1CC51) is unknown color: approx Atlantis. HEX triplet: A1, CC and 51. RGB value is (161,204,81). Sum of RGB (Red+Green+Blue) = 161+204+81=446 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.10% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 81 (32.03% from 255 or 18.16% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #A1CC51 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1CC51 is #5E33AE. Grayscale: #B1B1B1. Windows color (decimal): -6173615 or 5360801. OLE color: 5360801.

HSL color Cylindrical-coordinate representation of color #A1CC51: hue angle of 80.98º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A1CC51 is Cyan = 0.21, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB16120481-
CMYK0.2100.600.2
HSL80.98º54.67%55.88%-
HSV(B)80.98º60.29%80%-
XYZ37.7851.3615.71-
YUV177.1273.75116.5-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.10%
GREEN value IS 204 (80.08% from 255) = 45.74%
BLUE value IS 81 (32.03% from 255) = 18.16%
R=36.10%
G=45.74%
B=18.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal161204810.2100.600.280.9854.6755.88
HexA1CC511503C14513738
Octal24131412125074241216770
Binary10100001110011001010001101010111100101001010001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1CC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1CC51; }

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

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

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

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

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

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

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

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