Html Css Color HEX #A0D88C Gossip

📋 copy color: '#A0D88C'

red 160 ◦ green 216 ◦ blue 140

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

Shades of Gossip #A0D88C

Tints of Gossip #A0D88C

RGB

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

 GREEN value IS 216 (84.77% from 255) = 41.86%

 BLUE value IS 140 (55.08% from 255) = 27.13%

R = 31.01%
G = 41.86%
B = 27.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.35

 K value IS 0.15

RGB Variations

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

Color information

#A0D88C (or 0xA0D88C) is known color: Gossip. HEX triplet: A0, D8 and 8C. RGB value is (160,216,140). Sum of RGB (Red+Green+Blue) = 160+216+140=516 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.01% from 516); Green value is 216 (84.77% from 255 or 41.86% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 216 - color contains mainly: green. Hex color #A0D88C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0D88C is #5F2773. Grayscale: #BEBEBE. Windows color (decimal): -6236020 or 9230496. OLE color: 9230496.

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

Color convert

RGB 160 216 140 -
CMYK 0.26 0 0.35 0.15
HSL 104.21º 0.49% 0.7% -
HSV(B) 104.21º 0.35% 0.85% -
XYZ 43.79 58.48 33.79 -
YUV 190.59 99.45 106.18 -
System Red Green Blue C M Y K H S L
Decimal 160 216 140 0.26 0 0.35 0.15 104.21 0.49 0.7
Hex A0 D8 8C 1A 0 23 F 68 31 46
Octal 240 330 214 32 0 43 17 150 61 106
Binary 10100000 11011000 10001100 11010 0 100011 1111 1101000 110001 1000110

Color Harmonies of #A0D88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0D88C

Black with #A0D88C

Text Example


Text Example

White with #A0D88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0D88C; }

 p { color: rgb(160,216,140); }

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

background-color css

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

 a { background-color: rgb(160,216,140); }

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

border-color css

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

 span { border-color: rgb(160,216,140); }

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