#8FCA7A

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

Shades of Gossip #8FCA7A

Tints of Gossip #8FCA7A

Color information

#8FCA7A (or 0x8FCA7A) is unknown color: approx Gossip. HEX triplet: 8F, CA and 7A. RGB value is (143,202,122). Sum of RGB (Red+Green+Blue) = 143+202+122=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 202 (79.30% from 255 or 43.25% from 467); Blue value is 122 (48.05% from 255 or 26.12% from 467); Max value from RGB is 202 - color contains mainly: green. Hex color #8FCA7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8FCA7A is #703585. Grayscale: #AFAFAF. Windows color (decimal): -7353734 or 8047247. OLE color: 8047247.

HSL color Cylindrical-coordinate representation of color #8FCA7A: hue angle of 104.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FCA7A is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.

Color convert

RGB143202122-
CMYK0.2900.400.21
HSL104.25º43.01%63.53%-
HSV(B)104.25º39.6%79.22%-
XYZ35.9649.4926.07-
YUV175.2497.95105-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 30.62%
GREEN value IS 202 (79.30% from 255) = 43.25%
BLUE value IS 122 (48.05% from 255) = 26.12%
R=30.62%
G=43.25%
B=26.12%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1432021220.2900.400.21104.2543.0163.53
Hex8FCA7A1D02815682b40
Octal217312172350502515053100
Binary100011111100101011110101110101010001010111010001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FCA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,202,122); }

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

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

 a { background-color: rgb(143,202,122); }

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

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

 span { border-color: rgb(143,202,122); }

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