#A1C951

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

Shades of Atlantis #A1C951

Tints of Atlantis #A1C951

Color information

#A1C951 (or 0xA1C951) is unknown color: approx Atlantis. HEX triplet: A1, C9 and 51. RGB value is (161,201,81). Sum of RGB (Red+Green+Blue) = 161+201+81=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 201 (78.91% from 255 or 45.37% from 443); Blue value is 81 (32.03% from 255 or 18.28% from 443); Max value from RGB is 201 - color contains mainly: green. Hex color #A1C951 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C951 is #5E36AE. Grayscale: #AFAFAF. Windows color (decimal): -6174383 or 5360033. OLE color: 5360033.

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

Color convert

RGB16120181-
CMYK0.2000.600.21
HSL80º52.63%55.29%-
HSV(B)80º59.7%78.82%-
XYZ37.0749.9415.47-
YUV175.3674.75117.76-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 201 (78.91% from 255) = 45.37%
BLUE value IS 81 (32.03% from 255) = 18.28%
R=36.34%
G=45.37%
B=18.28%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal161201810.2000.600.218052.6355.29
HexA1C9511403C15503537
Octal24131112124074251206567
Binary10100001110010011010001101000111100101011010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1C951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1C951; }

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

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

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

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

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

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

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

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