Html Css Color HEX #9FD07D Gossip

📋 copy color: '#9FD07D'

red 159 ◦ green 208 ◦ blue 125

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

Shades of Gossip #9FD07D

Tints of Gossip #9FD07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.41%

R = 32.32%
G = 42.28%
B = 25.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#9FD07D (or 0x9FD07D) is known color: Gossip. HEX triplet: 9F, D0 and 7D. RGB value is (159,208,125). Sum of RGB (Red+Green+Blue) = 159+208+125=492 (65% of max value = 765). Red value is 159 (62.5% from 255 or 32.32% from 492); Green value is 208 (81.64% from 255 or 42.28% from 492); Blue value is 125 (49.22% from 255 or 25.41% from 492); Max value from RGB is 208 - color contains mainly: green. Hex color #9FD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD07D is #602F82. Grayscale: #B8B8B8. Windows color (decimal): -6303619 or 8245407. OLE color: 8245407.

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

Color convert

RGB 159 208 125 -
CMYK 0.24 0 0.40 0.18
HSL 95.42º 0.47% 0.65% -
HSV(B) 95.42º 0.4% 0.82% -
XYZ 40.56 53.96 27.68 -
YUV 183.89 94.77 110.25 -
System Red Green Blue C M Y K H S L
Decimal 159 208 125 0.24 0 0.40 0.18 95.42 0.47 0.65
Hex 9F D0 7D 18 0 28 12 5F 2F 41
Octal 237 320 175 30 0 50 22 137 57 101
Binary 10011111 11010000 1111101 11000 0 101000 10010 1011111 101111 1000001

Color Harmonies of #9FD07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD07D

Black with #9FD07D

Text Example


Text Example

White with #9FD07D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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