Html Css Color HEX #A0C849 Atlantis

📋 copy color: '#A0C849'

red 160 ◦ green 200 ◦ blue 73

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

Shades of Atlantis #A0C849

Tints of Atlantis #A0C849

RGB

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

 GREEN value IS 200 (78.52% from 255) = 46.19%

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

R = 36.95%
G = 46.19%
B = 16.86%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#A0C849 (or 0xA0C849) is known color: Atlantis. HEX triplet: A0, C8 and 49. RGB value is (160,200,73). Sum of RGB (Red+Green+Blue) = 160+200+73=433 (57% of max value = 765). Red value is 160 (62.89% from 255 or 36.95% from 433); Green value is 200 (78.52% from 255 or 46.19% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C849 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #A0C849 is #5F37B6. Grayscale: #AEAEAE. Windows color (decimal): -6240183 or 4835488. OLE color: 4835488.

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

Color convert

RGB 160 200 73 -
CMYK 0.2 0 0.64 0.22
HSL 78.9º 0.54% 0.54% -
HSV(B) 78.9º 0.64% 0.78% -
XYZ 36.35 49.26 13.9 -
YUV 173.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 160 200 73 0.2 0 0.64 0.22 78.9 0.54 0.54
Hex A0 C8 49 14 0 40 16 4F 36 36
Octal 240 310 111 24 0 100 26 117 66 66
Binary 10100000 11001000 1001001 10100 0 1000000 10110 1001111 110110 110110

Color Harmonies of #A0C849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C849

Black with #A0C849

Text Example


Text Example

White with #A0C849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C849; }

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

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

background-color css

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

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

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

border-color css

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

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

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