Html Css Color HEX #A0D68D Gossip

📋 copy color: '#A0D68D'

red 160 ◦ green 214 ◦ blue 141

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

Shades of Gossip #A0D68D

Tints of Gossip #A0D68D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 27.38%

R = 31.07%
G = 41.55%
B = 27.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#A0D68D (or 0xA0D68D) is known color: Gossip. HEX triplet: A0, D6 and 8D. RGB value is (160,214,141). Sum of RGB (Red+Green+Blue) = 160+214+141=515 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.07% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D68D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D68D is #5F2972. Grayscale: #BDBDBD. Windows color (decimal): -6236531 or 9295520. OLE color: 9295520.

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

Color convert

RGB 160 214 141 -
CMYK 0.25 0 0.34 0.16
HSL 104.38º 0.47% 0.7% -
HSV(B) 104.38º 0.34% 0.84% -
XYZ 43.35 57.49 34.01 -
YUV 189.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 160 214 141 0.25 0 0.34 0.16 104.38 0.47 0.7
Hex A0 D6 8D 19 0 22 10 68 2F 46
Octal 240 326 215 31 0 42 20 150 57 106
Binary 10100000 11010110 10001101 11001 0 100010 10000 1101000 101111 1000110

Color Harmonies of #A0D68D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D68D

Black with #A0D68D

Text Example


Text Example

White with #A0D68D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D68D; }

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

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

background-color css

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

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

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

border-color css

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

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

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