#95DC6A

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

Shades of Gossip #95DC6A

Tints of Gossip #95DC6A

Color information

#95DC6A (or 0x95DC6A) is unknown color: approx Gossip. HEX triplet: 95, DC and 6A. RGB value is (149,220,106). Sum of RGB (Red+Green+Blue) = 149+220+106=475 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.37% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #95DC6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #95DC6A is #6A2395. Grayscale: #BABABA. Windows color (decimal): -6955926 or 7003285. OLE color: 7003285.

HSL color Cylindrical-coordinate representation of color #95DC6A: hue angle of 97.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #95DC6A is Cyan = 0.32, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB149220106-
CMYK0.3200.520.14
HSL97.37º61.96%63.92%-
HSV(B)97.37º51.82%86.27%-
XYZ40.5958.6222.81-
YUV185.7782.98101.77-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.37%
GREEN value IS 220 (86.33% from 255) = 46.32%
BLUE value IS 106 (41.80% from 255) = 22.32%
R=31.37%
G=46.32%
B=22.32%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1492201060.3200.520.1497.3761.9663.92
Hex95DC6A20034E613e40
Octal225334152400641614176100
Binary100101011101110011010101000000110100111011000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95DC6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95DC6A; }

 p { color: rgb(149,220,106); }

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

<style>
 a { background-color: #95DC6A; }

 a { background-color: rgb(149,220,106); }

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

<style>
 span { border-color: #95DC6A; }

 span { border-color: rgb(149,220,106); }

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