#96EA7A

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

Shades of Gossip #96EA7A

Tints of Gossip #96EA7A

Color information

#96EA7A (or 0x96EA7A) is unknown color: approx Gossip. HEX triplet: 96, EA and 7A. RGB value is (150,234,122). Sum of RGB (Red+Green+Blue) = 150+234+122=506 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.64% from 506); Green value is 234 (91.80% from 255 or 46.25% from 506); Blue value is 122 (48.05% from 255 or 24.11% from 506); Max value from RGB is 234 - color contains mainly: green. Hex color #96EA7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EA7A is #691585. Grayscale: #C4C4C4. Windows color (decimal): -6886790 or 8055446. OLE color: 8055446.

HSL color Cylindrical-coordinate representation of color #96EA7A: hue angle of 105º degrees, saturation: 0.73, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #96EA7A is Cyan = 0.36, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB150234122-
CMYK0.3600.480.08
HSL105º72.73%69.8%-
HSV(B)105º47.86%91.76%-
XYZ45.5166.7328.89-
YUV196.1286.1795.11-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.64%
GREEN value IS 234 (91.80% from 255) = 46.25%
BLUE value IS 122 (48.05% from 255) = 24.11%
R=29.64%
G=46.25%
B=24.11%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502341220.3600.480.0810572.7369.8
Hex96EA7A240308694946
Octal2263521724406010151111106
Binary1001011011101010111101010010001100001000110100110010011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EA7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,234,122); }

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

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

 a { background-color: rgb(150,234,122); }

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

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

 span { border-color: rgb(150,234,122); }

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