Html Css Color HEX #A1DB41 Atlantis

📋 copy color: '#A1DB41'

red 161 ◦ green 219 ◦ blue 65

#A1DB41
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #A1DB41

Tints of Atlantis #A1DB41

RGB

 RED value IS 161 (63.28% from 255) = 36.18%

 GREEN value IS 219 (85.94% from 255) = 49.21%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 36.18%
G = 49.21%
B = 14.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#A1DB41 (or 0xA1DB41) is known color: Atlantis. HEX triplet: A1, DB and 41. RGB value is (161,219,65). Sum of RGB (Red+Green+Blue) = 161+219+65=445 (58% of max value = 765). Red value is 161 (63.28% from 255 or 36.18% from 445); Green value is 219 (85.94% from 255 or 49.21% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 219 - color contains mainly: green. Hex color #A1DB41 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DB41 is #5E24BE. Grayscale: #B8B8B8. Windows color (decimal): -6169791 or 4316065. OLE color: 4316065.

HSL color Cylindrical-coordinate representation of color #A1DB41: hue angle of 82.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A1DB41 is Cyan = 0.26, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 219 65 -
CMYK 0.26 0 0.70 0.14
HSL 82.6º 0.68% 0.56% -
HSV(B) 82.6º 0.7% 0.86% -
XYZ 40.98 58.62 14.16 -
YUV 184.1 60.78 111.52 -
System Red Green Blue C M Y K H S L
Decimal 161 219 65 0.26 0 0.70 0.14 82.6 0.68 0.56
Hex A1 DB 41 1A 0 46 E 53 44 38
Octal 241 333 101 32 0 106 16 123 104 70
Binary 10100001 11011011 1000001 11010 0 1000110 1110 1010011 1000100 111000

Color Harmonies of #A1DB41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DB41

Black with #A1DB41

Text Example


Text Example

White with #A1DB41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DB41; }

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

 H1.HeaderClassName
 {
   color: #A1DB41;
 }
 .AnyTagClassName
 {
   color: #A1DB41;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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