Html Css Color HEX #A1DC37 Atlantis

📋 copy color: '#A1DC37'

red 161 ◦ green 220 ◦ blue 55

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

Shades of Atlantis #A1DC37

Tints of Atlantis #A1DC37

RGB

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

 GREEN value IS 220 (86.33% from 255) = 50.46%

 BLUE value IS 55 (21.88% from 255) = 12.61%

R = 36.93%
G = 50.46%
B = 12.61%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#A1DC37 (or 0xA1DC37) is known color: Atlantis. HEX triplet: A1, DC and 37. RGB value is (161,220,55). Sum of RGB (Red+Green+Blue) = 161+220+55=436 (57% of max value = 765). Red value is 161 (63.28% from 255 or 36.93% from 436); Green value is 220 (86.33% from 255 or 50.46% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 220 - color contains mainly: green. Hex color #A1DC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A1DC37 is #5E23C8. Grayscale: #B8B8B8. Windows color (decimal): -6169545 or 3660961. OLE color: 3660961.

HSL color Cylindrical-coordinate representation of color #A1DC37: hue angle of 81.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A1DC37 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 161 220 55 -
CMYK 0.27 0 0.75 0.14
HSL 81.45º 0.7% 0.54% -
HSV(B) 81.45º 0.75% 0.86% -
XYZ 40.98 59.04 12.85 -
YUV 183.55 55.45 111.92 -
System Red Green Blue C M Y K H S L
Decimal 161 220 55 0.27 0 0.75 0.14 81.45 0.7 0.54
Hex A1 DC 37 1B 0 4B E 51 46 36
Octal 241 334 67 33 0 113 16 121 106 66
Binary 10100001 11011100 110111 11011 0 1001011 1110 1010001 1000110 110110

Color Harmonies of #A1DC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1DC37

Black with #A1DC37

Text Example


Text Example

White with #A1DC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1DC37; }

 p { color: rgb(161,220,55); }

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

background-color css

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

 a { background-color: rgb(161,220,55); }

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

border-color css

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

 span { border-color: rgb(161,220,55); }

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