Html Css Color HEX #A0CC49 Atlantis

📋 copy color: '#A0CC49'

red 160 ◦ green 204 ◦ blue 73

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

Shades of Atlantis #A0CC49

Tints of Atlantis #A0CC49

RGB

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

 GREEN value IS 204 (80.08% from 255) = 46.68%

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

R = 36.61%
G = 46.68%
B = 16.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.64

 K value IS 0.2

RGB Variations

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

Color information

#A0CC49 (or 0xA0CC49) is known color: Atlantis. HEX triplet: A0, CC and 49. RGB value is (160,204,73). Sum of RGB (Red+Green+Blue) = 160+204+73=437 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.61% from 437); Green value is 204 (80.08% from 255 or 46.68% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 204 - color contains mainly: green. Hex color #A0CC49 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0CC49 is #5F33B6. Grayscale: #B0B0B0. Windows color (decimal): -6239159 or 4836512. OLE color: 4836512.

HSL color Cylindrical-coordinate representation of color #A0CC49: hue angle of 80.15º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A0CC49 is Cyan = 0.22, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.2.

Color convert

RGB 160 204 73 -
CMYK 0.22 0 0.64 0.2
HSL 80.15º 0.56% 0.54% -
HSV(B) 80.15º 0.64% 0.8% -
XYZ 37.29 51.14 14.21 -
YUV 175.91 69.92 116.65 -
System Red Green Blue C M Y K H S L
Decimal 160 204 73 0.22 0 0.64 0.2 80.15 0.56 0.54
Hex A0 CC 49 16 0 40 14 50 38 36
Octal 240 314 111 26 0 100 24 120 70 66
Binary 10100000 11001100 1001001 10110 0 1000000 10100 1010000 111000 110110

Color Harmonies of #A0CC49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0CC49

Black with #A0CC49

Text Example


Text Example

White with #A0CC49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0CC49; }

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

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

background-color css

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

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

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

border-color css

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

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

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