Html Css Color HEX #A0DA49 Atlantis

📋 copy color: '#A0DA49'

red 160 ◦ green 218 ◦ blue 73

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

Shades of Atlantis #A0DA49

Tints of Atlantis #A0DA49

RGB

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

 GREEN value IS 218 (85.55% from 255) = 48.34%

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

R = 35.48%
G = 48.34%
B = 16.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.67

 K value IS 0.15

RGB Variations

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

Color information

#A0DA49 (or 0xA0DA49) is known color: Atlantis. HEX triplet: A0, DA and 49. RGB value is (160,218,73). Sum of RGB (Red+Green+Blue) = 160+218+73=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 218 (85.55% from 255 or 48.34% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 218 - color contains mainly: green. Hex color #A0DA49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0DA49 is #5F25B6. Grayscale: #B8B8B8. Windows color (decimal): -6235575 or 4840096. OLE color: 4840096.

HSL color Cylindrical-coordinate representation of color #A0DA49: hue angle of 84º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A0DA49 is Cyan = 0.27, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 218 73 -
CMYK 0.27 0 0.67 0.15
HSL 84º 0.66% 0.57% -
HSV(B) 84º 0.67% 0.85% -
XYZ 40.77 58.1 15.37 -
YUV 184.13 65.28 110.79 -
System Red Green Blue C M Y K H S L
Decimal 160 218 73 0.27 0 0.67 0.15 84 0.66 0.57
Hex A0 DA 49 1B 0 43 F 54 42 39
Octal 240 332 111 33 0 103 17 124 102 71
Binary 10100000 11011010 1001001 11011 0 1000011 1111 1010100 1000010 111001

Color Harmonies of #A0DA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0DA49

Black with #A0DA49

Text Example


Text Example

White with #A0DA49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0DA49; }

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

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

background-color css

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

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

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

border-color css

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

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

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