Html Css Color HEX #A0D989 Gossip

📋 copy color: '#A0D989'

red 160 ◦ green 217 ◦ blue 137

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

Shades of Gossip #A0D989

Tints of Gossip #A0D989

RGB

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

 GREEN value IS 217 (85.16% from 255) = 42.22%

 BLUE value IS 137 (53.91% from 255) = 26.65%

R = 31.13%
G = 42.22%
B = 26.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.37

 K value IS 0.15

RGB Variations

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

Color information

#A0D989 (or 0xA0D989) is known color: Gossip. HEX triplet: A0, D9 and 89. RGB value is (160,217,137). Sum of RGB (Red+Green+Blue) = 160+217+137=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 217 (85.16% from 255 or 42.22% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 217 - color contains mainly: green. Hex color #A0D989 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D989 is #5F2676. Grayscale: #BFBFBF. Windows color (decimal): -6235767 or 9034144. OLE color: 9034144.

HSL color Cylindrical-coordinate representation of color #A0D989: hue angle of 102.75º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0D989 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB 160 217 137 -
CMYK 0.26 0 0.37 0.15
HSL 102.75º 0.51% 0.69% -
HSV(B) 102.75º 0.37% 0.85% -
XYZ 43.83 58.91 32.73 -
YUV 190.84 97.62 106 -
System Red Green Blue C M Y K H S L
Decimal 160 217 137 0.26 0 0.37 0.15 102.75 0.51 0.69
Hex A0 D9 89 1A 0 25 F 67 33 45
Octal 240 331 211 32 0 45 17 147 63 105
Binary 10100000 11011001 10001001 11010 0 100101 1111 1100111 110011 1000101

Color Harmonies of #A0D989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D989

Black with #A0D989

Text Example


Text Example

White with #A0D989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D989; }

 p { color: rgb(160,217,137); }

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

background-color css

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

 a { background-color: rgb(160,217,137); }

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

border-color css

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

 span { border-color: rgb(160,217,137); }

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