Html Css Color HEX #A0DD37 Atlantis

📋 copy color: '#A0DD37'

red 160 ◦ green 221 ◦ blue 55

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

Shades of Atlantis #A0DD37

Tints of Atlantis #A0DD37

RGB

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

 GREEN value IS 221 (86.72% from 255) = 50.69%

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

R = 36.7%
G = 50.69%
B = 12.61%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#A0DD37 (or 0xA0DD37) is known color: Atlantis. HEX triplet: A0, DD and 37. RGB value is (160,221,55). Sum of RGB (Red+Green+Blue) = 160+221+55=436 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.70% from 436); Green value is 221 (86.72% from 255 or 50.69% from 436); Blue value is 55 (21.88% from 255 or 12.61% from 436); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD37 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD37 is #5F22C8. Grayscale: #B8B8B8. Windows color (decimal): -6234825 or 3661216. OLE color: 3661216.

HSL color Cylindrical-coordinate representation of color #A0DD37: hue angle of 82.05º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A0DD37 is Cyan = 0.28, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 160 221 55 -
CMYK 0.28 0 0.75 0.13
HSL 82.05º 0.71% 0.54% -
HSV(B) 82.05º 0.75% 0.87% -
XYZ 41.04 59.46 12.93 -
YUV 183.84 55.29 111 -
System Red Green Blue C M Y K H S L
Decimal 160 221 55 0.28 0 0.75 0.13 82.05 0.71 0.54
Hex A0 DD 37 1C 0 4B D 52 47 36
Octal 240 335 67 34 0 113 15 122 107 66
Binary 10100000 11011101 110111 11100 0 1001011 1101 1010010 1000111 110110

Color Harmonies of #A0DD37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD37

Black with #A0DD37

Text Example


Text Example

White with #A0DD37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD37; }

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

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

background-color css

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

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

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

border-color css

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

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

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