Html Css Color HEX #9FCA80 Gossip

📋 copy color: '#9FCA80'

red 159 ◦ green 202 ◦ blue 128

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

Shades of Gossip #9FCA80

Tints of Gossip #9FCA80

RGB

 RED value IS 159 (62.5% from 255) = 32.52%

 GREEN value IS 202 (79.3% from 255) = 41.31%

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 32.52%
G = 41.31%
B = 26.18%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#9FCA80 (or 0x9FCA80) is known color: Gossip. HEX triplet: 9F, CA and 80. RGB value is (159,202,128). Sum of RGB (Red+Green+Blue) = 159+202+128=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 202 (79.30% from 255 or 41.31% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCA80 is #60357F. Grayscale: #B4B4B4. Windows color (decimal): -6305152 or 8440479. OLE color: 8440479.

HSL color Cylindrical-coordinate representation of color #9FCA80: hue angle of 94.86º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FCA80 is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 128 -
CMYK 0.21 0 0.37 0.21
HSL 94.86º 0.41% 0.65% -
HSV(B) 94.86º 0.37% 0.79% -
XYZ 39.31 51.17 28.23 -
YUV 180.71 98.25 112.52 -
System Red Green Blue C M Y K H S L
Decimal 159 202 128 0.21 0 0.37 0.21 94.86 0.41 0.65
Hex 9F CA 80 15 0 25 15 5F 29 41
Octal 237 312 200 25 0 45 25 137 51 101
Binary 10011111 11001010 10000000 10101 0 100101 10101 1011111 101001 1000001

Color Harmonies of #9FCA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA80

Black with #9FCA80

Text Example


Text Example

White with #9FCA80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FCA80; }

 p { color: rgb(159,202,128); }

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

background-color css

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

 a { background-color: rgb(159,202,128); }

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

border-color css

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

 span { border-color: rgb(159,202,128); }

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