Html Css Color HEX #A0DD49 Atlantis

📋 copy color: '#A0DD49'

red 160 ◦ green 221 ◦ blue 73

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

Shades of Atlantis #A0DD49

Tints of Atlantis #A0DD49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 16.08%

R = 35.24%
G = 48.68%
B = 16.08%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#A0DD49 (or 0xA0DD49) is known color: Atlantis. HEX triplet: A0, DD and 49. RGB value is (160,221,73). Sum of RGB (Red+Green+Blue) = 160+221+73=454 (60% of max value = 765). Red value is 160 (62.89% from 255 or 35.24% from 454); Green value is 221 (86.72% from 255 or 48.68% from 454); Blue value is 73 (28.91% from 255 or 16.08% from 454); Max value from RGB is 221 - color contains mainly: green. Hex color #A0DD49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DD49 is #5F22B6. Grayscale: #BABABA. Windows color (decimal): -6234807 or 4840864. OLE color: 4840864.

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

Color convert

RGB 160 221 73 -
CMYK 0.28 0 0.67 0.13
HSL 84.73º 0.69% 0.58% -
HSV(B) 84.73º 0.67% 0.87% -
XYZ 41.56 59.67 15.63 -
YUV 185.89 64.29 109.53 -
System Red Green Blue C M Y K H S L
Decimal 160 221 73 0.28 0 0.67 0.13 84.73 0.69 0.58
Hex A0 DD 49 1C 0 43 D 55 45 3A
Octal 240 335 111 34 0 103 15 125 105 72
Binary 10100000 11011101 1001001 11100 0 1000011 1101 1010101 1000101 111010

Color Harmonies of #A0DD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DD49

Black with #A0DD49

Text Example


Text Example

White with #A0DD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DD49; }

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

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

background-color css

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

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

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

border-color css

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

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

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