#8CC17A

Color #8CC17A Gossip (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossip #8CC17A

Tints of Gossip #8CC17A

Color information

#8CC17A (or 0x8CC17A) is unknown color: approx Gossip. HEX triplet: 8C, C1 and 7A. RGB value is (140,193,122). Sum of RGB (Red+Green+Blue) = 140+193+122=455 (60% of max value = 765). Red value is 140 (55.08% from 255 or 30.77% from 455); Green value is 193 (75.78% from 255 or 42.42% from 455); Blue value is 122 (48.05% from 255 or 26.81% from 455); Max value from RGB is 193 - color contains mainly: green. Hex color #8CC17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CC17A is #733E85. Grayscale: #A9A9A9. Windows color (decimal): -7552646 or 8044940. OLE color: 8044940.

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

Color convert

RGB140193122-
CMYK0.2700.370.24
HSL104.79º36.41%61.76%-
HSV(B)104.79º36.79%75.69%-
XYZ33.445.1225.36-
YUV169.06101.44107.27-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.77%
GREEN value IS 193 (75.78% from 255) = 42.42%
BLUE value IS 122 (48.05% from 255) = 26.81%
R=30.77%
G=42.42%
B=26.81%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1401931220.2700.370.24104.7936.4161.76
Hex8CC17A1B0251869243e
Octal21430117233045301514476
Binary10001100110000011111010110110100101110001101001100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CC17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,193,122); }

 H1.HeaderClassName
 {
   color: #8CC17A;
 }
 .AnyTagClassName
 {
   color: #8CC17A;
 }
</style>
background-color css

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

 a { background-color: rgb(140,193,122); }

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

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

 span { border-color: rgb(140,193,122); }

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