Html Css Color HEX #8FDC6A Gossip

📋 copy color: '#8FDC6A'

red 143 ◦ green 220 ◦ blue 106

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

Shades of Gossip #8FDC6A

Tints of Gossip #8FDC6A

RGB

 RED value IS 143 (56.25% from 255) = 30.49%

 GREEN value IS 220 (86.33% from 255) = 46.91%

 BLUE value IS 106 (41.8% from 255) = 22.6%

R = 30.49%
G = 46.91%
B = 22.6%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#8FDC6A (or 0x8FDC6A) is known color: Gossip. HEX triplet: 8F, DC and 6A. RGB value is (143,220,106). Sum of RGB (Red+Green+Blue) = 143+220+106=469 (62% of max value = 765). Red value is 143 (56.25% from 255 or 30.49% from 469); Green value is 220 (86.33% from 255 or 46.91% from 469); Blue value is 106 (41.80% from 255 or 22.60% from 469); Max value from RGB is 220 - color contains mainly: green. Hex color #8FDC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FDC6A is #702395. Grayscale: #B8B8B8. Windows color (decimal): -7349142 or 7003279. OLE color: 7003279.

HSL color Cylindrical-coordinate representation of color #8FDC6A: hue angle of 100.53º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8FDC6A is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 143 220 106 -
CMYK 0.35 0 0.52 0.14
HSL 100.53º 0.62% 0.64% -
HSV(B) 100.53º 0.52% 0.86% -
XYZ 39.52 58.07 22.76 -
YUV 183.98 83.99 98.77 -
System Red Green Blue C M Y K H S L
Decimal 143 220 106 0.35 0 0.52 0.14 100.53 0.62 0.64
Hex 8F DC 6A 23 0 34 E 65 3E 40
Octal 217 334 152 43 0 64 16 145 76 100
Binary 10001111 11011100 1101010 100011 0 110100 1110 1100101 111110 1000000

Color Harmonies of #8FDC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FDC6A

Black with #8FDC6A

Text Example


Text Example

White with #8FDC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8FDC6A; }

 p { color: rgb(143,220,106); }

 H1.HeaderClassName
 {
   color: #8FDC6A;
 }
 .AnyTagClassName
 {
   color: #8FDC6A;
 }
</style>

background-color css

<style>
 a { background-color: #8FDC6A; }

 a { background-color: rgb(143,220,106); }

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

border-color css

<style>
 span { border-color: #8FDC6A; }

 span { border-color: rgb(143,220,106); }

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