Html Css Color HEX #9FCD78 Gossip

📋 copy color: '#9FCD78'

red 159 ◦ green 205 ◦ blue 120

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

Shades of Gossip #9FCD78

Tints of Gossip #9FCD78

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.36%

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

R = 32.85%
G = 42.36%
B = 24.79%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.41

 K value IS 0.20

RGB Variations

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

Color information

#9FCD78 (or 0x9FCD78) is known color: Gossip. HEX triplet: 9F, CD and 78. RGB value is (159,205,120). Sum of RGB (Red+Green+Blue) = 159+205+120=484 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.85% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 120 (47.27% from 255 or 24.79% from 484); Max value from RGB is 205 - color contains mainly: green. Hex color #9FCD78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FCD78 is #603287. Grayscale: #B5B5B5. Windows color (decimal): -6304392 or 7916959. OLE color: 7916959.

HSL color Cylindrical-coordinate representation of color #9FCD78: hue angle of 92.47º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FCD78 is Cyan = 0.22, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.20.

Color convert

RGB 159 205 120 -
CMYK 0.22 0 0.41 0.20
HSL 92.47º 0.46% 0.64% -
HSV(B) 92.47º 0.41% 0.8% -
XYZ 39.52 52.39 25.8 -
YUV 181.56 93.26 111.91 -
System Red Green Blue C M Y K H S L
Decimal 159 205 120 0.22 0 0.41 0.20 92.47 0.46 0.64
Hex 9F CD 78 16 0 29 14 5C 2E 40
Octal 237 315 170 26 0 51 24 134 56 100
Binary 10011111 11001101 1111000 10110 0 101001 10100 1011100 101110 1000000

Color Harmonies of #9FCD78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FCD78

Black with #9FCD78

Text Example


Text Example

White with #9FCD78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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