Html Css Color HEX #9FD68E Gossip

📋 copy color: '#9FD68E'

red 159 ◦ green 214 ◦ blue 142

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

Shades of Gossip #9FD68E

Tints of Gossip #9FD68E

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.55%

 BLUE value IS 142 (55.86% from 255) = 27.57%

R = 30.87%
G = 41.55%
B = 27.57%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.34

 K value IS 0.16

RGB Variations

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

Color information

#9FD68E (or 0x9FD68E) is known color: Gossip. HEX triplet: 9F, D6 and 8E. RGB value is (159,214,142). Sum of RGB (Red+Green+Blue) = 159+214+142=515 (68% of max value = 765). Red value is 159 (62.5% from 255 or 30.87% from 515); Green value is 214 (83.98% from 255 or 41.55% from 515); Blue value is 142 (55.86% from 255 or 27.57% from 515); Max value from RGB is 214 - color contains mainly: green. Hex color #9FD68E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD68E is #602971. Grayscale: #BDBDBD. Windows color (decimal): -6302066 or 9361055. OLE color: 9361055.

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

Color convert

RGB 159 214 142 -
CMYK 0.26 0 0.34 0.16
HSL 105.83º 0.47% 0.7% -
HSV(B) 105.83º 0.34% 0.84% -
XYZ 43.23 57.42 34.4 -
YUV 189.35 101.28 106.35 -
System Red Green Blue C M Y K H S L
Decimal 159 214 142 0.26 0 0.34 0.16 105.83 0.47 0.7
Hex 9F D6 8E 1A 0 22 10 6A 2F 46
Octal 237 326 216 32 0 42 20 152 57 106
Binary 10011111 11010110 10001110 11010 0 100010 10000 1101010 101111 1000110

Color Harmonies of #9FD68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD68E

Black with #9FD68E

Text Example


Text Example

White with #9FD68E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,214,142); }

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

background-color css

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

 a { background-color: rgb(159,214,142); }

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

border-color css

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

 span { border-color: rgb(159,214,142); }

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