Html Css Color HEX #A0D689 Gossip

📋 copy color: '#A0D689'

red 160 ◦ green 214 ◦ blue 137

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

Shades of Gossip #A0D689

Tints of Gossip #A0D689

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.88%

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

R = 31.31%
G = 41.88%
B = 26.81%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.16

RGB Variations

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

Color information

#A0D689 (or 0xA0D689) is known color: Gossip. HEX triplet: A0, D6 and 89. RGB value is (160,214,137). Sum of RGB (Red+Green+Blue) = 160+214+137=511 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.31% from 511); Green value is 214 (83.98% from 255 or 41.88% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D689 is #5F2976. Grayscale: #BDBDBD. Windows color (decimal): -6236535 or 9033376. OLE color: 9033376.

HSL color Cylindrical-coordinate representation of color #A0D689: hue angle of 102.08º degrees, saturation: 0.48, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0D689 is Cyan = 0.25, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB 160 214 137 -
CMYK 0.25 0 0.36 0.16
HSL 102.08º 0.48% 0.69% -
HSV(B) 102.08º 0.36% 0.84% -
XYZ 43.06 57.37 32.47 -
YUV 189.08 98.61 107.26 -
System Red Green Blue C M Y K H S L
Decimal 160 214 137 0.25 0 0.36 0.16 102.08 0.48 0.69
Hex A0 D6 89 19 0 24 10 66 30 45
Octal 240 326 211 31 0 44 20 146 60 105
Binary 10100000 11010110 10001001 11001 0 100100 10000 1100110 110000 1000101

Color Harmonies of #A0D689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D689

Black with #A0D689

Text Example


Text Example

White with #A0D689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D689; }

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

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

background-color css

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

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

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

border-color css

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

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

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