#A1D43D

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

Shades of Atlantis #A1D43D

Tints of Atlantis #A1D43D

Color information

#A1D43D (or 0xA1D43D) is unknown color: approx Atlantis. HEX triplet: A1, D4 and 3D. RGB value is (161,212,61). Sum of RGB (Red+Green+Blue) = 161+212+61=434 (57% of max value = 765). Red value is 161 (63.28% from 255 or 37.10% from 434); Green value is 212 (83.20% from 255 or 48.85% from 434); Blue value is 61 (24.22% from 255 or 14.06% from 434); Max value from RGB is 212 - color contains mainly: green. Hex color #A1D43D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1D43D is #5E2BC2. Grayscale: #B4B4B4. Windows color (decimal): -6171587 or 4052129. OLE color: 4052129.

HSL color Cylindrical-coordinate representation of color #A1D43D: hue angle of 80.26º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A1D43D is Cyan = 0.24, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.17.

Color convert

RGB16121261-
CMYK0.2400.710.17
HSL80.26º63.71%53.53%-
HSV(B)80.26º71.23%83.14%-
XYZ39.085512.97-
YUV179.5461.1114.78-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 37.10%
GREEN value IS 212 (83.20% from 255) = 48.85%
BLUE value IS 61 (24.22% from 255) = 14.06%
R=37.10%
G=48.85%
B=14.06%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal161212610.2400.710.1780.2663.7153.53
HexA1D43D1804711504036
Octal241324753001072112010066
Binary101000011101010011110111000010001111000110100001000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1D43D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1D43D; }

 p { color: rgb(161,212,61); }

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

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

 a { background-color: rgb(161,212,61); }

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

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

 span { border-color: rgb(161,212,61); }

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