#94CE6F

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

Shades of Gossip #94CE6F

Tints of Gossip #94CE6F

Color information

#94CE6F (or 0x94CE6F) is unknown color: approx Gossip. HEX triplet: 94, CE and 6F. RGB value is (148,206,111). Sum of RGB (Red+Green+Blue) = 148+206+111=465 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.83% from 465); Green value is 206 (80.86% from 255 or 44.30% from 465); Blue value is 111 (43.75% from 255 or 23.87% from 465); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CE6F is #6B3190. Grayscale: #B2B2B2. Windows color (decimal): -7025041 or 7327380. OLE color: 7327380.

HSL color Cylindrical-coordinate representation of color #94CE6F: hue angle of 96.63º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #94CE6F is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.19.

Color convert

RGB148206111-
CMYK0.2800.460.19
HSL96.63º49.22%62.16%-
HSV(B)96.63º46.12%80.78%-
XYZ37.1551.5923.04-
YUV177.8390.28106.72-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.83%
GREEN value IS 206 (80.86% from 255) = 44.30%
BLUE value IS 111 (43.75% from 255) = 23.87%
R=31.83%
G=44.30%
B=23.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1482061110.2800.460.1996.6349.2262.16
Hex94CE6F1C02E1361313e
Octal22431615734056231416176
Binary10010100110011101101111111000101110100111100001110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CE6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,206,111); }

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

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

 a { background-color: rgb(148,206,111); }

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

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

 span { border-color: rgb(148,206,111); }

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