Html Css Color HEX #9FCE8D Gossip

📋 copy color: '#9FCE8D'

red 159 ◦ green 206 ◦ blue 141

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

Shades of Gossip #9FCE8D

Tints of Gossip #9FCE8D

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.71%

 BLUE value IS 141 (55.47% from 255) = 27.87%

R = 31.42%
G = 40.71%
B = 27.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.19

RGB Variations

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

Color information

#9FCE8D (or 0x9FCE8D) is known color: Gossip. HEX triplet: 9F, CE and 8D. RGB value is (159,206,141). Sum of RGB (Red+Green+Blue) = 159+206+141=506 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.42% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 141 (55.47% from 255 or 27.87% from 506); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FCE8D is #603172. Grayscale: #B8B8B8. Windows color (decimal): -6304115 or 9293471. OLE color: 9293471.

HSL color Cylindrical-coordinate representation of color #9FCE8D: hue angle of 103.38º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FCE8D is Cyan = 0.23, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.19.

Color convert

RGB 159 206 141 -
CMYK 0.23 0 0.32 0.19
HSL 103.38º 0.4% 0.68% -
HSV(B) 103.38º 0.32% 0.81% -
XYZ 41.18 53.44 33.34 -
YUV 184.54 103.43 109.79 -
System Red Green Blue C M Y K H S L
Decimal 159 206 141 0.23 0 0.32 0.19 103.38 0.4 0.68
Hex 9F CE 8D 17 0 20 13 67 28 44
Octal 237 316 215 27 0 40 23 147 50 104
Binary 10011111 11001110 10001101 10111 0 100000 10011 1100111 101000 1000100

Color Harmonies of #9FCE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCE8D

Black with #9FCE8D

Text Example


Text Example

White with #9FCE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,206,141); }

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

background-color css

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

 a { background-color: rgb(159,206,141); }

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

border-color css

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

 span { border-color: rgb(159,206,141); }

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