#97DA6A

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

Shades of Gossip #97DA6A

Tints of Gossip #97DA6A

Color information

#97DA6A (or 0x97DA6A) is unknown color: approx Gossip. HEX triplet: 97, DA and 6A. RGB value is (151,218,106). Sum of RGB (Red+Green+Blue) = 151+218+106=475 (62% of max value = 765). Red value is 151 (59.38% from 255 or 31.79% from 475); Green value is 218 (85.55% from 255 or 45.89% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 218 - color contains mainly: green. Hex color #97DA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #97DA6A is #682595. Grayscale: #B9B9B9. Windows color (decimal): -6825366 or 7002775. OLE color: 7002775.

HSL color Cylindrical-coordinate representation of color #97DA6A: hue angle of 95.89º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97DA6A is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.15.

Color convert

RGB151218106-
CMYK0.3100.510.15
HSL95.89º60.22%63.53%-
HSV(B)95.89º51.38%85.49%-
XYZ40.4457.7622.65-
YUV185.283.3103.61-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 31.79%
GREEN value IS 218 (85.55% from 255) = 45.89%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=31.79%
G=45.89%
B=22.32%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1512181060.3100.510.1595.8960.2263.53
Hex97DA6A1F033F603c40
Octal227332152370631714074100
Binary10010111110110101101010111110110011111111000001111001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #97DA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #97DA6A; }

 p { color: rgb(151,218,106); }

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

<style>
 a { background-color: #97DA6A; }

 a { background-color: rgb(151,218,106); }

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

<style>
 span { border-color: #97DA6A; }

 span { border-color: rgb(151,218,106); }

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