Html Css Color HEX #9FD885 Gossip

📋 copy color: '#9FD885'

red 159 ◦ green 216 ◦ blue 133

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

Shades of Gossip #9FD885

Tints of Gossip #9FD885

RGB

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

 GREEN value IS 216 (84.77% from 255) = 42.52%

 BLUE value IS 133 (52.34% from 255) = 26.18%

R = 31.3%
G = 42.52%
B = 26.18%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#9FD885 (or 0x9FD885) is known color: Gossip. HEX triplet: 9F, D8 and 85. RGB value is (159,216,133). Sum of RGB (Red+Green+Blue) = 159+216+133=508 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.30% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD885 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD885 is #60277A. Grayscale: #BDBDBD. Windows color (decimal): -6301563 or 8771743. OLE color: 8771743.

HSL color Cylindrical-coordinate representation of color #9FD885: hue angle of 101.2º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FD885 is Cyan = 0.26, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB 159 216 133 -
CMYK 0.26 0 0.38 0.15
HSL 101.2º 0.52% 0.68% -
HSV(B) 101.2º 0.38% 0.85% -
XYZ 43.09 58.18 31.15 -
YUV 189.5 96.12 106.25 -
System Red Green Blue C M Y K H S L
Decimal 159 216 133 0.26 0 0.38 0.15 101.2 0.52 0.68
Hex 9F D8 85 1A 0 26 F 65 34 44
Octal 237 330 205 32 0 46 17 145 64 104
Binary 10011111 11011000 10000101 11010 0 100110 1111 1100101 110100 1000100

Color Harmonies of #9FD885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD885

Black with #9FD885

Text Example


Text Example

White with #9FD885

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,216,133); }

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

background-color css

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

 a { background-color: rgb(159,216,133); }

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

border-color css

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

 span { border-color: rgb(159,216,133); }

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