Html Css Color HEX #A0C556 Atlantis

📋 copy color: '#A0C556'

red 160 ◦ green 197 ◦ blue 86

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

Shades of Atlantis #A0C556

Tints of Atlantis #A0C556

RGB

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

 GREEN value IS 197 (77.34% from 255) = 44.47%

 BLUE value IS 86 (33.98% from 255) = 19.41%

R = 36.12%
G = 44.47%
B = 19.41%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#A0C556 (or 0xA0C556) is known color: Atlantis. HEX triplet: A0, C5 and 56. RGB value is (160,197,86). Sum of RGB (Red+Green+Blue) = 160+197+86=443 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.12% from 443); Green value is 197 (77.34% from 255 or 44.47% from 443); Blue value is 86 (33.98% from 255 or 19.41% from 443); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C556 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C556 is #5F3AA9. Grayscale: #ADADAD. Windows color (decimal): -6240938 or 5686688. OLE color: 5686688.

HSL color Cylindrical-coordinate representation of color #A0C556: hue angle of 80º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A0C556 is Cyan = 0.19, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.23.

Color convert

RGB 160 197 86 -
CMYK 0.19 0 0.56 0.23
HSL 80º 0.49% 0.55% -
HSV(B) 80º 0.56% 0.77% -
XYZ 36.14 48.08 16.18 -
YUV 173.28 78.74 118.53 -
System Red Green Blue C M Y K H S L
Decimal 160 197 86 0.19 0 0.56 0.23 80 0.49 0.55
Hex A0 C5 56 13 0 38 17 50 31 37
Octal 240 305 126 23 0 70 27 120 61 67
Binary 10100000 11000101 1010110 10011 0 111000 10111 1010000 110001 110111

Color Harmonies of #A0C556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0C556

Black with #A0C556

Text Example


Text Example

White with #A0C556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0C556; }

 p { color: rgb(160,197,86); }

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

background-color css

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

 a { background-color: rgb(160,197,86); }

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

border-color css

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

 span { border-color: rgb(160,197,86); }

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