#96e27f

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

Shades of Gossip #96E27F

Tints of Gossip #96E27F

Color information

#96E27F (or 0x96E27F) is unknown color: approx Gossip. HEX triplet: 96, E2 and 7F. RGB value is (150,226,127). Sum of RGB (Red+Green+Blue) = 150+226+127=503 (66% of max value = 765). Red value is 150 (58.98% from 255 or 29.82% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 127 (50% from 255 or 25.25% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #96E27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96E27F is #691D80. Grayscale: #C0C0C0. Windows color (decimal): -6888833 or 8381078. OLE color: 8381078.

HSL color Cylindrical-coordinate representation of color #96E27F: hue angle of 106.06º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96E27F is Cyan = 0.34, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB150226127-
CMYK0.3400.440.11
HSL106.06º63.06%69.22%-
HSV(B)106.06º43.81%88.63%-
XYZ43.662.4129.83-
YUV191.9991.3298.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.82%
GREEN value IS 226 (88.67% from 255) = 44.93%
BLUE value IS 127 (50% from 255) = 25.25%
R=29.82%
G=44.93%
B=25.25%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502261270.3400.440.11106.0663.0669.22
Hex96E27F2202CB6a3f45
Octal226342177420541315277105
Binary100101101110001011111111000100101100101111010101111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96e27f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96e27f; }

 p { color: rgb(150,226,127); }

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

<style>
 a { background-color: #96e27f; }

 a { background-color: rgb(150,226,127); }

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

<style>
 span { border-color: #96e27f; }

 span { border-color: rgb(150,226,127); }

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