#94D96E

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

Shades of Gossip #94D96E

Tints of Gossip #94D96E

Color information

#94D96E (or 0x94D96E) is unknown color: approx Gossip. HEX triplet: 94, D9 and 6E. RGB value is (148,217,110). Sum of RGB (Red+Green+Blue) = 148+217+110=475 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.16% from 475); Green value is 217 (85.16% from 255 or 45.68% from 475); Blue value is 110 (43.36% from 255 or 23.16% from 475); Max value from RGB is 217 - color contains mainly: green. Hex color #94D96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D96E is #6B2691. Grayscale: #B8B8B8. Windows color (decimal): -7022226 or 7264660. OLE color: 7264660.

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

Color convert

RGB148217110-
CMYK0.3200.490.15
HSL98.69º58.47%64.12%-
HSV(B)98.69º49.31%85.1%-
XYZ39.8457.0523.66-
YUV184.1786.14102.2-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.16%
GREEN value IS 217 (85.16% from 255) = 45.68%
BLUE value IS 110 (43.36% from 255) = 23.16%
R=31.16%
G=45.68%
B=23.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1482171100.3200.490.1598.6958.4764.12
Hex94D96E20031F633a40
Octal224331156400611714372100
Binary100101001101100111011101000000110001111111000111110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,217,110); }

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

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

 a { background-color: rgb(148,217,110); }

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

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

 span { border-color: rgb(148,217,110); }

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