#A1DD41

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

Shades of Atlantis #A1DD41

Tints of Atlantis #A1DD41

Color information

#A1DD41 (or 0xA1DD41) is unknown color: approx Atlantis. HEX triplet: A1, DD and 41. RGB value is (161,221,65). Sum of RGB (Red+Green+Blue) = 161+221+65=447 (59% of max value = 765). Red value is 161 (63.28% from 255 or 36.02% from 447); Green value is 221 (86.72% from 255 or 49.44% from 447); Blue value is 65 (25.78% from 255 or 14.54% from 447); Max value from RGB is 221 - color contains mainly: green. Hex color #A1DD41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DD41 is #5E22BE. Grayscale: #B9B9B9. Windows color (decimal): -6169279 or 4316577. OLE color: 4316577.

HSL color Cylindrical-coordinate representation of color #A1DD41: hue angle of 83.08º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1DD41 is Cyan = 0.27, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB16122165-
CMYK0.2700.710.13
HSL83.08º69.64%56.08%-
HSV(B)83.08º70.59%86.67%-
XYZ41.5159.6714.33-
YUV185.2860.12110.68-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 36.02%
GREEN value IS 221 (86.72% from 255) = 49.44%
BLUE value IS 65 (25.78% from 255) = 14.54%
R=36.02%
G=49.44%
B=14.54%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161221650.2700.710.1383.0869.6456.08
HexA1DD411B047D534638
Octal2413351013301071512310670
Binary101000011101110110000011101101000111110110100111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1DD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1DD41; }

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

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

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

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

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

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

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

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