#94DA6D

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

Shades of Gossip #94DA6D

Tints of Gossip #94DA6D

Color information

#94DA6D (or 0x94DA6D) is unknown color: approx Gossip. HEX triplet: 94, DA and 6D. RGB value is (148,218,109). Sum of RGB (Red+Green+Blue) = 148+218+109=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 109 (42.97% from 255 or 22.95% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #94DA6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94DA6D is #6B2592. Grayscale: #B9B9B9. Windows color (decimal): -7021971 or 7199380. OLE color: 7199380.

HSL color Cylindrical-coordinate representation of color #94DA6D: hue angle of 98.53º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #94DA6D is Cyan = 0.32, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB148218109-
CMYK0.3200.50.15
HSL98.53º59.56%64.12%-
HSV(B)98.53º50%85.49%-
XYZ40.0457.5423.46-
YUV184.6485.31101.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 218 (85.55% from 255) = 45.89%
BLUE value IS 109 (42.97% from 255) = 22.95%
R=31.16%
G=45.89%
B=22.95%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482181090.3200.50.1598.5359.5664.12
Hex94DA6D20032F633c40
Octal224332155400621714374100
Binary100101001101101011011011000000110010111111000111111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94DA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,218,109); }

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

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

 a { background-color: rgb(148,218,109); }

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

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

 span { border-color: rgb(148,218,109); }

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