#94D880

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

Shades of Gossip #94D880

Tints of Gossip #94D880

Color information

#94D880 (or 0x94D880) is unknown color: approx Gossip. HEX triplet: 94, D8 and 80. RGB value is (148,216,128). Sum of RGB (Red+Green+Blue) = 148+216+128=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 216 (84.77% from 255 or 43.90% from 492); Blue value is 128 (50.39% from 255 or 26.02% from 492); Max value from RGB is 216 - color contains mainly: green. Hex color #94D880 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94D880 is #6B277F. Grayscale: #B9B9B9. Windows color (decimal): -7022464 or 8444052. OLE color: 8444052.

HSL color Cylindrical-coordinate representation of color #94D880: hue angle of 106.36º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #94D880 is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB148216128-
CMYK0.3100.410.15
HSL106.36º53.01%67.45%-
HSV(B)106.36º40.74%84.71%-
XYZ40.6656.9729.27-
YUV185.6495.47101.16-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 216 (84.77% from 255) = 43.90%
BLUE value IS 128 (50.39% from 255) = 26.02%
R=30.08%
G=43.90%
B=26.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482161280.3100.410.15106.3653.0167.45
Hex94D8801F029F6a3543
Octal224330200370511715265103
Binary100101001101100010000000111110101001111111010101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94D880; }

 p { color: rgb(148,216,128); }

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

<style>
 a { background-color: #94D880; }

 a { background-color: rgb(148,216,128); }

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

<style>
 span { border-color: #94D880; }

 span { border-color: rgb(148,216,128); }

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