Html Css Color HEX #9FD882 Gossip

📋 copy color: '#9FD882'

red 159 ◦ green 216 ◦ blue 130

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

Shades of Gossip #9FD882

Tints of Gossip #9FD882

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.74%

R = 31.49%
G = 42.77%
B = 25.74%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.40

 K value IS 0.15

RGB Variations

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

Color information

#9FD882 (or 0x9FD882) is known color: Gossip. HEX triplet: 9F, D8 and 82. RGB value is (159,216,130). Sum of RGB (Red+Green+Blue) = 159+216+130=505 (66% of max value = 765). Red value is 159 (62.5% from 255 or 31.49% from 505); Green value is 216 (84.77% from 255 or 42.77% from 505); Blue value is 130 (51.17% from 255 or 25.74% from 505); Max value from RGB is 216 - color contains mainly: green. Hex color #9FD882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD882 is #60277D. Grayscale: #BDBDBD. Windows color (decimal): -6301566 or 8575135. OLE color: 8575135.

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

Color convert

RGB 159 216 130 -
CMYK 0.26 0 0.40 0.15
HSL 99.77º 0.52% 0.68% -
HSV(B) 99.77º 0.4% 0.85% -
XYZ 42.88 58.09 30.07 -
YUV 189.15 94.62 106.49 -
System Red Green Blue C M Y K H S L
Decimal 159 216 130 0.26 0 0.40 0.15 99.77 0.52 0.68
Hex 9F D8 82 1A 0 28 F 64 34 44
Octal 237 330 202 32 0 50 17 144 64 104
Binary 10011111 11011000 10000010 11010 0 101000 1111 1100100 110100 1000100

Color Harmonies of #9FD882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD882

Black with #9FD882

Text Example


Text Example

White with #9FD882

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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