Html Css Color HEX #9FCF78 Gossip

📋 copy color: '#9FCF78'

red 159 ◦ green 207 ◦ blue 120

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

Shades of Gossip #9FCF78

Tints of Gossip #9FCF78

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.59%

 BLUE value IS 120 (47.27% from 255) = 24.69%

R = 32.72%
G = 42.59%
B = 24.69%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.42

 K value IS 0.19

RGB Variations

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

Color information

#9FCF78 (or 0x9FCF78) is known color: Gossip. HEX triplet: 9F, CF and 78. RGB value is (159,207,120). Sum of RGB (Red+Green+Blue) = 159+207+120=486 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.72% from 486); Green value is 207 (81.25% from 255 or 42.59% from 486); Blue value is 120 (47.27% from 255 or 24.69% from 486); Max value from RGB is 207 - color contains mainly: green. Hex color #9FCF78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCF78 is #603087. Grayscale: #B7B7B7. Windows color (decimal): -6303880 or 7917471. OLE color: 7917471.

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

Color convert

RGB 159 207 120 -
CMYK 0.23 0 0.42 0.19
HSL 93.1º 0.48% 0.64% -
HSV(B) 93.1º 0.42% 0.81% -
XYZ 40 53.35 25.96 -
YUV 182.73 92.6 111.07 -
System Red Green Blue C M Y K H S L
Decimal 159 207 120 0.23 0 0.42 0.19 93.1 0.48 0.64
Hex 9F CF 78 17 0 2A 13 5D 30 40
Octal 237 317 170 27 0 52 23 135 60 100
Binary 10011111 11001111 1111000 10111 0 101010 10011 1011101 110000 1000000

Color Harmonies of #9FCF78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCF78

Black with #9FCF78

Text Example


Text Example

White with #9FCF78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,207,120); }

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

background-color css

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

 a { background-color: rgb(159,207,120); }

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

border-color css

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

 span { border-color: rgb(159,207,120); }

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