Html Css Color HEX #9FC982 Gossip

📋 copy color: '#9FC982'

red 159 ◦ green 201 ◦ blue 130

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

Shades of Gossip #9FC982

Tints of Gossip #9FC982

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.02%

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

R = 32.45%
G = 41.02%
B = 26.53%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.35

 K value IS 0.21

RGB Variations

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

Color information

#9FC982 (or 0x9FC982) is known color: Gossip. HEX triplet: 9F, C9 and 82. RGB value is (159,201,130). Sum of RGB (Red+Green+Blue) = 159+201+130=490 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.45% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 130 (51.17% from 255 or 26.53% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC982 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FC982 is #60367D. Grayscale: #B4B4B4. Windows color (decimal): -6305406 or 8571295. OLE color: 8571295.

HSL color Cylindrical-coordinate representation of color #9FC982: hue angle of 95.49º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FC982 is Cyan = 0.21, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.21.

Color convert

RGB 159 201 130 -
CMYK 0.21 0 0.35 0.21
HSL 95.49º 0.4% 0.65% -
HSV(B) 95.49º 0.35% 0.79% -
XYZ 39.21 50.76 28.85 -
YUV 180.35 99.59 112.77 -
System Red Green Blue C M Y K H S L
Decimal 159 201 130 0.21 0 0.35 0.21 95.49 0.4 0.65
Hex 9F C9 82 15 0 23 15 5F 28 41
Octal 237 311 202 25 0 43 25 137 50 101
Binary 10011111 11001001 10000010 10101 0 100011 10101 1011111 101000 1000001

Color Harmonies of #9FC982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FC982

Black with #9FC982

Text Example


Text Example

White with #9FC982

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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