Html Css Color HEX #A0D687 Gossip

📋 copy color: '#A0D687'

red 160 ◦ green 214 ◦ blue 135

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

Shades of Gossip #A0D687

Tints of Gossip #A0D687

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 26.52%

R = 31.43%
G = 42.04%
B = 26.52%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.37

 K value IS 0.16

RGB Variations

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

Color information

#A0D687 (or 0xA0D687) is known color: Gossip. HEX triplet: A0, D6 and 87. RGB value is (160,214,135). Sum of RGB (Red+Green+Blue) = 160+214+135=509 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.43% from 509); Green value is 214 (83.98% from 255 or 42.04% from 509); Blue value is 135 (53.12% from 255 or 26.52% from 509); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D687 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D687 is #5F2978. Grayscale: #BDBDBD. Windows color (decimal): -6236537 or 8902304. OLE color: 8902304.

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

Color convert

RGB 160 214 135 -
CMYK 0.25 0 0.37 0.16
HSL 101.01º 0.49% 0.68% -
HSV(B) 101.01º 0.37% 0.84% -
XYZ 42.92 57.32 31.72 -
YUV 188.85 97.61 107.42 -
System Red Green Blue C M Y K H S L
Decimal 160 214 135 0.25 0 0.37 0.16 101.01 0.49 0.68
Hex A0 D6 87 19 0 25 10 65 31 44
Octal 240 326 207 31 0 45 20 145 61 104
Binary 10100000 11010110 10000111 11001 0 100101 10000 1100101 110001 1000100

Color Harmonies of #A0D687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D687

Black with #A0D687

Text Example


Text Example

White with #A0D687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D687; }

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

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

background-color css

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

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

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

border-color css

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

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

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