Html Css Color HEX #A0DC37 Atlantis

📋 copy color: '#A0DC37'

red 160 ◦ green 220 ◦ blue 55

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

Shades of Atlantis #A0DC37

Tints of Atlantis #A0DC37

RGB

 RED value IS 160 (62.89% from 255) = 36.78%

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

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

R = 36.78%
G = 50.57%
B = 12.64%

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

#A0DC37 (or 0xA0DC37) is known color: Atlantis. HEX triplet: A0, DC and 37. RGB value is (160,220,55). Sum of RGB (Red+Green+Blue) = 160+220+55=435 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.78% from 435); Green value is 220 (86.33% from 255 or 50.57% from 435); Blue value is 55 (21.88% from 255 or 12.64% from 435); Max value from RGB is 220 - color contains mainly: green. Hex color #A0DC37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DC37 is #5F23C8. Grayscale: #B7B7B7. Windows color (decimal): -6235081 or 3660960. OLE color: 3660960.

HSL color Cylindrical-coordinate representation of color #A0DC37: hue angle of 81.82º 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 #A0DC37 is Cyan = 0.27, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.14.

Color convert

RGB 160 220 55 -
CMYK 0.27 0 0.75 0.14
HSL 81.82º 0.7% 0.54% -
HSV(B) 81.82º 0.75% 0.86% -
XYZ 40.78 58.94 12.84 -
YUV 183.25 55.62 111.42 -
System Red Green Blue C M Y K H S L
Decimal 160 220 55 0.27 0 0.75 0.14 81.82 0.7 0.54
Hex A0 DC 37 1B 0 4B E 52 46 36
Octal 240 334 67 33 0 113 16 122 106 66
Binary 10100000 11011100 110111 11011 0 1001011 1110 1010010 1000110 110110

Color Harmonies of #A0DC37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DC37

Black with #A0DC37

Text Example


Text Example

White with #A0DC37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DC37; }

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

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

background-color css

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

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

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

border-color css

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

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

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