Html Css Color HEX #9FCE75 Gossip

📋 copy color: '#9FCE75'

red 159 ◦ green 206 ◦ blue 117

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

Shades of Gossip #9FCE75

Tints of Gossip #9FCE75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.27%

R = 32.99%
G = 42.74%
B = 24.27%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.43

 K value IS 0.19

RGB Variations

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

Color information

#9FCE75 (or 0x9FCE75) is known color: Gossip. HEX triplet: 9F, CE and 75. RGB value is (159,206,117). Sum of RGB (Red+Green+Blue) = 159+206+117=482 (63% of max value = 765). Red value is 159 (62.5% from 255 or 32.99% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 117 (46.09% from 255 or 24.27% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #9FCE75 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCE75 is #60318A. Grayscale: #B6B6B6. Windows color (decimal): -6304139 or 7720607. OLE color: 7720607.

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

Color convert

RGB 159 206 117 -
CMYK 0.23 0 0.43 0.19
HSL 91.69º 0.48% 0.63% -
HSV(B) 91.69º 0.43% 0.81% -
XYZ 39.58 52.8 24.93 -
YUV 181.8 91.43 111.74 -
System Red Green Blue C M Y K H S L
Decimal 159 206 117 0.23 0 0.43 0.19 91.69 0.48 0.63
Hex 9F CE 75 17 0 2B 13 5C 30 3F
Octal 237 316 165 27 0 53 23 134 60 77
Binary 10011111 11001110 1110101 10111 0 101011 10011 1011100 110000 111111

Color Harmonies of #9FCE75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCE75

Black with #9FCE75

Text Example


Text Example

White with #9FCE75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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