#94D46C

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

Shades of Gossip #94D46C

Tints of Gossip #94D46C

Color information

#94D46C (or 0x94D46C) is unknown color: approx Gossip. HEX triplet: 94, D4 and 6C. RGB value is (148,212,108). Sum of RGB (Red+Green+Blue) = 148+212+108=468 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.62% from 468); Green value is 212 (83.20% from 255 or 45.30% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 212 - color contains mainly: green. Hex color #94D46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D46C is #6B2B93. Grayscale: #B5B5B5. Windows color (decimal): -7023508 or 7132308. OLE color: 7132308.

HSL color Cylindrical-coordinate representation of color #94D46C: hue angle of 96.92º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #94D46C is Cyan = 0.30, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB148212108-
CMYK0.3000.490.17
HSL96.92º54.74%62.75%-
HSV(B)96.92º49.06%83.14%-
XYZ38.4654.4722.67-
YUV181.0186.8104.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.62%
GREEN value IS 212 (83.20% from 255) = 45.30%
BLUE value IS 108 (42.58% from 255) = 23.08%
R=31.62%
G=45.30%
B=23.08%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1482121080.3000.490.1796.9254.7462.75
Hex94D46C1E0311161373f
Octal22432415436061211416777
Binary10010100110101001101100111100110001100011100001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D46C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,212,108); }

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

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

 a { background-color: rgb(148,212,108); }

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

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

 span { border-color: rgb(148,212,108); }

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