#94CA80

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

Shades of Gossip #94CA80

Tints of Gossip #94CA80

Color information

#94CA80 (or 0x94CA80) is unknown color: approx Gossip. HEX triplet: 94, CA and 80. RGB value is (148,202,128). Sum of RGB (Red+Green+Blue) = 148+202+128=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 202 (79.30% from 255 or 42.26% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA80 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CA80 is #6B357F. Grayscale: #B1B1B1. Windows color (decimal): -7026048 or 8440468. OLE color: 8440468.

HSL color Cylindrical-coordinate representation of color #94CA80: hue angle of 103.78º 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 #94CA80 is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB148202128-
CMYK0.2700.370.21
HSL103.78º41.11%64.71%-
HSV(B)103.78º36.63%79.22%-
XYZ37.2350.128.13-
YUV177.42100.11107.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 202 (79.30% from 255) = 42.26%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=30.96%
G=42.26%
B=26.78%

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
Decimal1482021280.2700.370.21103.7841.1164.71
Hex94CA801B02515682941
Octal224312200330452515051101
Binary1001010011001010100000001101101001011010111010001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CA80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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