#94CA7F

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

Shades of Gossip #94CA7F

Tints of Gossip #94CA7F

Color information

#94CA7F (or 0x94CA7F) is unknown color: approx Gossip. HEX triplet: 94, CA and 7F. RGB value is (148,202,127). Sum of RGB (Red+Green+Blue) = 148+202+127=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 202 (79.30% from 255 or 42.35% from 477); Blue value is 127 (50% from 255 or 26.62% from 477); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94CA7F is #6B3580. Grayscale: #B1B1B1. Windows color (decimal): -7026049 or 8374932. OLE color: 8374932.

HSL color Cylindrical-coordinate representation of color #94CA7F: hue angle of 103.2º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #94CA7F is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB148202127-
CMYK0.2700.370.21
HSL103.2º41.44%64.51%-
HSV(B)103.2º37.13%79.22%-
XYZ37.1650.0727.78-
YUV177.399.61107.1-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 202 (79.30% from 255) = 42.35%
BLUE value IS 127 (50% from 255) = 26.62%
R=31.03%
G=42.35%
B=26.62%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021270.2700.370.21103.241.4464.51
Hex94CA7F1B02515672941
Octal224312177330452514751101
Binary100101001100101011111111101101001011010111001111010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,202,127); }

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

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

 a { background-color: rgb(148,202,127); }

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

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

 span { border-color: rgb(148,202,127); }

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