#94E866

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

Shades of Gossip #94E866

Tints of Gossip #94E866

Color information

#94E866 (or 0x94E866) is unknown color: approx Gossip. HEX triplet: 94, E8 and 66. RGB value is (148,232,102). Sum of RGB (Red+Green+Blue) = 148+232+102=482 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.71% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 102 (40.23% from 255 or 21.16% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #94E866 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E866 is #6B1799. Grayscale: #C0C0C0. Windows color (decimal): -7018394 or 6744212. OLE color: 6744212.

HSL color Cylindrical-coordinate representation of color #94E866: hue angle of 98.77º degrees, saturation: 0.74, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #94E866 is Cyan = 0.36, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.09.

Color convert

RGB148232102-
CMYK0.3600.560.09
HSL98.77º73.86%65.49%-
HSV(B)98.77º56.03%90.98%-
XYZ43.4764.9722.82-
YUV192.0677.1796.57-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.71%
GREEN value IS 232 (91.02% from 255) = 48.13%
BLUE value IS 102 (40.23% from 255) = 21.16%
R=30.71%
G=48.13%
B=21.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321020.3600.560.0998.7773.8665.49
Hex94E866240389634a41
Octal2243501464407011143112101
Binary1001010011101000110011010010001110001001110001110010101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,232,102); }

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

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

 a { background-color: rgb(148,232,102); }

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

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

 span { border-color: rgb(148,232,102); }

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