#8DD27A

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

Shades of Gossip #8DD27A

Tints of Gossip #8DD27A

Color information

#8DD27A (or 0x8DD27A) is unknown color: approx Gossip. HEX triplet: 8D, D2 and 7A. RGB value is (141,210,122). Sum of RGB (Red+Green+Blue) = 141+210+122=473 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.81% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 122 (48.05% from 255 or 25.79% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #8DD27A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8DD27A is #722D85. Grayscale: #B3B3B3. Windows color (decimal): -7482758 or 8049293. OLE color: 8049293.

HSL color Cylindrical-coordinate representation of color #8DD27A: hue angle of 107.05º 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 #8DD27A is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB141210122-
CMYK0.3300.420.18
HSL107.05º49.44%65.1%-
HSV(B)107.05º41.9%82.35%-
XYZ37.5453.1626.69-
YUV179.3495.64100.66-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.81%
GREEN value IS 210 (82.42% from 255) = 44.40%
BLUE value IS 122 (48.05% from 255) = 25.79%
R=29.81%
G=44.40%
B=25.79%

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
Decimal1412101220.3300.420.18107.0549.4465.1
Hex8DD27A2102A126b3141
Octal215322172410522215361101
Binary1000110111010010111101010000101010101001011010111100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DD27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,210,122); }

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

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

 a { background-color: rgb(141,210,122); }

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

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

 span { border-color: rgb(141,210,122); }

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