Html Css Color HEX #9FD091 Gossip

📋 copy color: '#9FD091'

red 159 ◦ green 208 ◦ blue 145

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

Shades of Gossip #9FD091

Tints of Gossip #9FD091

RGB

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

 GREEN value IS 208 (81.64% from 255) = 40.63%

 BLUE value IS 145 (57.03% from 255) = 28.32%

R = 31.05%
G = 40.63%
B = 28.32%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#9FD091 (or 0x9FD091) is known color: Gossip. HEX triplet: 9F, D0 and 91. RGB value is (159,208,145). Sum of RGB (Red+Green+Blue) = 159+208+145=512 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.05% from 512); Green value is 208 (81.64% from 255 or 40.62% from 512); Blue value is 145 (57.03% from 255 or 28.32% from 512); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD091 is #602F6E. Grayscale: #BABABA. Windows color (decimal): -6303599 or 9556127. OLE color: 9556127.

HSL color Cylindrical-coordinate representation of color #9FD091: hue angle of 106.67º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9FD091 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 208 145 -
CMYK 0.24 0 0.30 0.18
HSL 106.67º 0.4% 0.69% -
HSV(B) 106.67º 0.3% 0.82% -
XYZ 41.96 54.53 35.1 -
YUV 186.17 104.77 108.62 -
System Red Green Blue C M Y K H S L
Decimal 159 208 145 0.24 0 0.30 0.18 106.67 0.4 0.69
Hex 9F D0 91 18 0 1E 12 6B 28 45
Octal 237 320 221 30 0 36 22 153 50 105
Binary 10011111 11010000 10010001 11000 0 11110 10010 1101011 101000 1000101

Color Harmonies of #9FD091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD091

Black with #9FD091

Text Example


Text Example

White with #9FD091

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,208,145); }

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

background-color css

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

 a { background-color: rgb(159,208,145); }

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

border-color css

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

 span { border-color: rgb(159,208,145); }

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