Html Css Color HEX #8CC279 Gossip

📋 copy color: '#8CC279'

red 140 ◦ green 194 ◦ blue 121

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

Shades of Gossip #8CC279

Tints of Gossip #8CC279

RGB

 RED value IS 140 (55.08% from 255) = 30.77%

 GREEN value IS 194 (76.17% from 255) = 42.64%

 BLUE value IS 121 (47.66% from 255) = 26.59%

R = 30.77%
G = 42.64%
B = 26.59%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.38

 K value IS 0.24

RGB Variations

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

Color information

#8CC279 (or 0x8CC279) is known color: Gossip. HEX triplet: 8C, C2 and 79. RGB value is (140,194,121). Sum of RGB (Red+Green+Blue) = 140+194+121=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 194 (76.17% from 255 or 42.64% from 455); Blue value is 121 (47.66% from 255 or 26.59% from 455); Max value from RGB is 194 - color contains mainly: green. Hex color #8CC279 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC279 is #733D86. Grayscale: #A9A9A9. Windows color (decimal): -7552391 or 7979660. OLE color: 7979660.

HSL color Cylindrical-coordinate representation of color #8CC279: hue angle of 104.38º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8CC279 is Cyan = 0.28, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.24.

Color convert

RGB 140 194 121 -
CMYK 0.28 0 0.38 0.24
HSL 104.38º 0.37% 0.62% -
HSV(B) 104.38º 0.38% 0.76% -
XYZ 33.56 45.54 25.11 -
YUV 169.53 100.61 106.94 -
System Red Green Blue C M Y K H S L
Decimal 140 194 121 0.28 0 0.38 0.24 104.38 0.37 0.62
Hex 8C C2 79 1C 0 26 18 68 25 3E
Octal 214 302 171 34 0 46 30 150 45 76
Binary 10001100 11000010 1111001 11100 0 100110 11000 1101000 100101 111110

Color Harmonies of #8CC279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CC279

Black with #8CC279

Text Example


Text Example

White with #8CC279

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,194,121); }

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

background-color css

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

 a { background-color: rgb(140,194,121); }

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

border-color css

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

 span { border-color: rgb(140,194,121); }

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