Html Css Color HEX #A0D68B Gossip

📋 copy color: '#A0D68B'

red 160 ◦ green 214 ◦ blue 139

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

Shades of Gossip #A0D68B

Tints of Gossip #A0D68B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 27.1%

R = 31.19%
G = 41.72%
B = 27.1%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.35

 K value IS 0.16

RGB Variations

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

Color information

#A0D68B (or 0xA0D68B) is known color: Gossip. HEX triplet: A0, D6 and 8B. RGB value is (160,214,139). Sum of RGB (Red+Green+Blue) = 160+214+139=513 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.19% from 513); Green value is 214 (83.98% from 255 or 41.72% from 513); Blue value is 139 (54.69% from 255 or 27.10% from 513); Max value from RGB is 214 - color contains mainly: green. Hex color #A0D68B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D68B is #5F2974. Grayscale: #BDBDBD. Windows color (decimal): -6236533 or 9164448. OLE color: 9164448.

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

Color convert

RGB 160 214 139 -
CMYK 0.25 0 0.35 0.16
HSL 103.2º 0.48% 0.69% -
HSV(B) 103.2º 0.35% 0.84% -
XYZ 43.2 57.43 33.23 -
YUV 189.3 99.61 107.1 -
System Red Green Blue C M Y K H S L
Decimal 160 214 139 0.25 0 0.35 0.16 103.2 0.48 0.69
Hex A0 D6 8B 19 0 23 10 67 30 45
Octal 240 326 213 31 0 43 20 147 60 105
Binary 10100000 11010110 10001011 11001 0 100011 10000 1100111 110000 1000101

Color Harmonies of #A0D68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D68B

Black with #A0D68B

Text Example


Text Example

White with #A0D68B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D68B; }

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

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

background-color css

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

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

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

border-color css

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

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

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