Html Css Color HEX #A0D937 Atlantis

📋 copy color: '#A0D937'

red 160 ◦ green 217 ◦ blue 55

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

Shades of Atlantis #A0D937

Tints of Atlantis #A0D937

RGB

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

 GREEN value IS 217 (85.16% from 255) = 50.23%

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

R = 37.04%
G = 50.23%
B = 12.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.75

 K value IS 0.15

RGB Variations

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

Color information

#A0D937 (or 0xA0D937) is known color: Atlantis. HEX triplet: A0, D9 and 37. RGB value is (160,217,55). Sum of RGB (Red+Green+Blue) = 160+217+55=432 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.04% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 55 (21.88% from 255 or 12.73% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D937 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0D937 is #5F26C8. Grayscale: #B6B6B6. Windows color (decimal): -6235849 or 3660192. OLE color: 3660192.

HSL color Cylindrical-coordinate representation of color #A0D937: hue angle of 81.11º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0D937 is Cyan = 0.26, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 55 -
CMYK 0.26 0 0.75 0.15
HSL 81.11º 0.68% 0.53% -
HSV(B) 81.11º 0.75% 0.85% -
XYZ 40 57.38 12.58 -
YUV 181.49 56.62 112.67 -
System Red Green Blue C M Y K H S L
Decimal 160 217 55 0.26 0 0.75 0.15 81.11 0.68 0.53
Hex A0 D9 37 1A 0 4B F 51 44 35
Octal 240 331 67 32 0 113 17 121 104 65
Binary 10100000 11011001 110111 11010 0 1001011 1111 1010001 1000100 110101

Color Harmonies of #A0D937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D937

Black with #A0D937

Text Example


Text Example

White with #A0D937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D937; }

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

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

background-color css

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

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

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

border-color css

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

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

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