#A1D941

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

Shades of Atlantis #A1D941

Tints of Atlantis #A1D941

Color information

#A1D941 (or 0xA1D941) is unknown color: approx Atlantis. HEX triplet: A1, D9 and 41. RGB value is (161,217,65). Sum of RGB (Red+Green+Blue) = 161+217+65=443 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.34% from 443); Green value is 217 (85.16% from 255 or 48.98% from 443); Blue value is 65 (25.78% from 255 or 14.67% from 443); Max value from RGB is 217 - color contains mainly: green. Hex color #A1D941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D941 is #5E26BE. Grayscale: #B7B7B7. Windows color (decimal): -6170303 or 4315553. OLE color: 4315553.

HSL color Cylindrical-coordinate representation of color #A1D941: hue angle of 82.11º degrees, saturation: 0.67, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1D941 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.15.

Color convert

RGB16121765-
CMYK0.2600.700.15
HSL82.11º66.67%55.29%-
HSV(B)82.11º70.05%85.1%-
XYZ40.4657.5813.98-
YUV182.9361.45112.36-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.34%
GREEN value IS 217 (85.16% from 255) = 48.98%
BLUE value IS 65 (25.78% from 255) = 14.67%
R=36.34%
G=48.98%
B=14.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal161217650.2600.700.1582.1166.6755.29
HexA1D9411A046F524337
Octal2413311013201061712210367
Binary101000011101100110000011101001000110111110100101000011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D941; }

 p { color: rgb(161,217,65); }

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

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

 a { background-color: rgb(161,217,65); }

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

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

 span { border-color: rgb(161,217,65); }

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