Html Css Color HEX #9FCA7F Gossip

📋 copy color: '#9FCA7F'

red 159 ◦ green 202 ◦ blue 127

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

Shades of Gossip #9FCA7F

Tints of Gossip #9FCA7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.02%

R = 32.58%
G = 41.39%
B = 26.02%

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

#9FCA7F (or 0x9FCA7F) is known color: Gossip. HEX triplet: 9F, CA and 7F. RGB value is (159,202,127). Sum of RGB (Red+Green+Blue) = 159+202+127=488 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.58% from 488); Green value is 202 (79.30% from 255 or 41.39% from 488); Blue value is 127 (50% from 255 or 26.02% from 488); Max value from RGB is 202 - color contains mainly: green. Hex color #9FCA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCA7F is #603580. Grayscale: #B4B4B4. Windows color (decimal): -6305153 or 8374943. OLE color: 8374943.

HSL color Cylindrical-coordinate representation of color #9FCA7F: hue angle of 94.4º 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 #9FCA7F is Cyan = 0.21, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 202 127 -
CMYK 0.21 0 0.37 0.21
HSL 94.4º 0.41% 0.65% -
HSV(B) 94.4º 0.37% 0.79% -
XYZ 39.25 51.14 27.88 -
YUV 180.59 97.75 112.6 -
System Red Green Blue C M Y K H S L
Decimal 159 202 127 0.21 0 0.37 0.21 94.4 0.41 0.65
Hex 9F CA 7F 15 0 25 15 5E 29 41
Octal 237 312 177 25 0 45 25 136 51 101
Binary 10011111 11001010 1111111 10101 0 100101 10101 1011110 101001 1000001

Color Harmonies of #9FCA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCA7F

Black with #9FCA7F

Text Example


Text Example

White with #9FCA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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