#8CD17A

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

Shades of Gossip #8CD17A

Tints of Gossip #8CD17A

Color information

#8CD17A (or 0x8CD17A) is unknown color: approx Gossip. HEX triplet: 8C, D1 and 7A. RGB value is (140,209,122). Sum of RGB (Red+Green+Blue) = 140+209+122=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 209 (82.03% from 255 or 44.37% from 471); Blue value is 122 (48.05% from 255 or 25.90% from 471); Max value from RGB is 209 - color contains mainly: green. Hex color #8CD17A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CD17A is #732E85. Grayscale: #B2B2B2. Windows color (decimal): -7548550 or 8049036. OLE color: 8049036.

HSL color Cylindrical-coordinate representation of color #8CD17A: hue angle of 107.59º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CD17A is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB140209122-
CMYK0.3300.420.18
HSL107.59º48.6%64.9%-
HSV(B)107.59º41.63%81.96%-
XYZ37.1352.5826.6-
YUV178.4596.14100.57-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 209 (82.03% from 255) = 44.37%
BLUE value IS 122 (48.05% from 255) = 25.90%
R=29.72%
G=44.37%
B=25.90%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1402091220.3300.420.18107.5948.664.9
Hex8CD17A2102A126c3141
Octal214321172410522215461101
Binary1000110011010001111101010000101010101001011011001100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CD17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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