#94E872

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

Shades of Gossip #94E872

Tints of Gossip #94E872

Color information

#94E872 (or 0x94E872) is unknown color: approx Gossip. HEX triplet: 94, E8 and 72. RGB value is (148,232,114). Sum of RGB (Red+Green+Blue) = 148+232+114=494 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.96% from 494); Green value is 232 (91.02% from 255 or 46.96% from 494); Blue value is 114 (44.92% from 255 or 23.08% from 494); Max value from RGB is 232 - color contains mainly: green. Hex color #94E872 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E872 is #6B178D. Grayscale: #C1C1C1. Windows color (decimal): -7018382 or 7530644. OLE color: 7530644.

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

Color convert

RGB148232114-
CMYK0.3600.510.09
HSL102.71º71.95%67.84%-
HSV(B)102.71º50.86%90.98%-
XYZ44.1165.2226.18-
YUV193.4383.1795.59-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.96%
GREEN value IS 232 (91.02% from 255) = 46.96%
BLUE value IS 114 (44.92% from 255) = 23.08%
R=29.96%
G=46.96%
B=23.08%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1482321140.3600.510.09102.7171.9567.84
Hex94E872240339674844
Octal2243501624406311147110104
Binary1001010011101000111001010010001100111001110011110010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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