Html Css Color HEX #9FD58D Gossip

📋 copy color: '#9FD58D'

red 159 ◦ green 213 ◦ blue 141

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

Shades of Gossip #9FD58D

Tints of Gossip #9FD58D

RGB

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

 GREEN value IS 213 (83.59% from 255) = 41.52%

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

R = 30.99%
G = 41.52%
B = 27.49%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#9FD58D (or 0x9FD58D) is known color: Gossip. HEX triplet: 9F, D5 and 8D. RGB value is (159,213,141). Sum of RGB (Red+Green+Blue) = 159+213+141=513 (67% of max value = 765). Red value is 159 (62.5% from 255 or 30.99% from 513); Green value is 213 (83.59% from 255 or 41.52% from 513); Blue value is 141 (55.47% from 255 or 27.49% from 513); Max value from RGB is 213 - color contains mainly: green. Hex color #9FD58D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD58D is #602A72. Grayscale: #BCBCBC. Windows color (decimal): -6302323 or 9295263. OLE color: 9295263.

HSL color Cylindrical-coordinate representation of color #9FD58D: hue angle of 105º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FD58D is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.

Color convert

RGB 159 213 141 -
CMYK 0.25 0 0.34 0.16
HSL 105º 0.46% 0.69% -
HSV(B) 105º 0.34% 0.84% -
XYZ 42.9 56.88 33.92 -
YUV 188.65 101.11 106.85 -
System Red Green Blue C M Y K H S L
Decimal 159 213 141 0.25 0 0.34 0.16 105 0.46 0.69
Hex 9F D5 8D 19 0 22 10 69 2E 45
Octal 237 325 215 31 0 42 20 151 56 105
Binary 10011111 11010101 10001101 11001 0 100010 10000 1101001 101110 1000101

Color Harmonies of #9FD58D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD58D

Black with #9FD58D

Text Example


Text Example

White with #9FD58D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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