Html Css Color HEX #9FD28C Gossip

📋 copy color: '#9FD28C'

red 159 ◦ green 210 ◦ blue 140

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

Shades of Gossip #9FD28C

Tints of Gossip #9FD28C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 41.26%

 BLUE value IS 140 (55.08% from 255) = 27.5%

R = 31.24%
G = 41.26%
B = 27.5%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.18

RGB Variations

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

Color information

#9FD28C (or 0x9FD28C) is known color: Gossip. HEX triplet: 9F, D2 and 8C. RGB value is (159,210,140). Sum of RGB (Red+Green+Blue) = 159+210+140=509 (67% of max value = 765). Red value is 159 (62.5% from 255 or 31.24% from 509); Green value is 210 (82.42% from 255 or 41.26% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD28C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9FD28C is #602D73. Grayscale: #BBBBBB. Windows color (decimal): -6303092 or 9228959. OLE color: 9228959.

HSL color Cylindrical-coordinate representation of color #9FD28C: hue angle of 103.71º degrees, saturation: 0.44, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FD28C is Cyan = 0.24, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB 159 210 140 -
CMYK 0.24 0 0.33 0.18
HSL 103.71º 0.44% 0.69% -
HSV(B) 103.71º 0.33% 0.82% -
XYZ 42.08 55.36 33.28 -
YUV 186.77 101.6 108.19 -
System Red Green Blue C M Y K H S L
Decimal 159 210 140 0.24 0 0.33 0.18 103.71 0.44 0.69
Hex 9F D2 8C 18 0 21 12 68 2C 45
Octal 237 322 214 30 0 41 22 150 54 105
Binary 10011111 11010010 10001100 11000 0 100001 10010 1101000 101100 1000101

Color Harmonies of #9FD28C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FD28C

Black with #9FD28C

Text Example


Text Example

White with #9FD28C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,210,140); }

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

background-color css

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

 a { background-color: rgb(159,210,140); }

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

border-color css

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

 span { border-color: rgb(159,210,140); }

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