Html Css Color HEX #9FD48F Gossip

📋 copy color: '#9FD48F'

red 159 ◦ green 212 ◦ blue 143

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

Shades of Gossip #9FD48F

Tints of Gossip #9FD48F

RGB

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

 GREEN value IS 212 (83.2% from 255) = 41.25%

 BLUE value IS 143 (56.25% from 255) = 27.82%

R = 30.93%
G = 41.25%
B = 27.82%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.33

 K value IS 0.17

RGB Variations

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

Color information

#9FD48F (or 0x9FD48F) is known color: Gossip. HEX triplet: 9F, D4 and 8F. RGB value is (159,212,143). Sum of RGB (Red+Green+Blue) = 159+212+143=514 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.93% from 514); Green value is 212 (83.20% from 255 or 41.25% from 514); Blue value is 143 (56.25% from 255 or 27.82% from 514); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD48F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD48F is #602B70. Grayscale: #BCBCBC. Windows color (decimal): -6302577 or 9426079. OLE color: 9426079.

HSL color Cylindrical-coordinate representation of color #9FD48F: hue angle of 106.09º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD48F is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.17.

Color convert

RGB 159 212 143 -
CMYK 0.25 0 0.33 0.17
HSL 106.09º 0.45% 0.7% -
HSV(B) 106.09º 0.33% 0.83% -
XYZ 42.8 56.44 34.63 -
YUV 188.29 102.44 107.11 -
System Red Green Blue C M Y K H S L
Decimal 159 212 143 0.25 0 0.33 0.17 106.09 0.45 0.7
Hex 9F D4 8F 19 0 21 11 6A 2D 46
Octal 237 324 217 31 0 41 21 152 55 106
Binary 10011111 11010100 10001111 11001 0 100001 10001 1101010 101101 1000110

Color Harmonies of #9FD48F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD48F

Black with #9FD48F

Text Example


Text Example

White with #9FD48F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,212,143); }

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

background-color css

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

 a { background-color: rgb(159,212,143); }

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

border-color css

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

 span { border-color: rgb(159,212,143); }

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