#9BE17D

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

Shades of Gossip #9BE17D

Tints of Gossip #9BE17D

Color information

#9BE17D (or 0x9BE17D) is unknown color: approx Gossip. HEX triplet: 9B, E1 and 7D. RGB value is (155,225,125). Sum of RGB (Red+Green+Blue) = 155+225+125=505 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.69% from 505); Green value is 225 (88.28% from 255 or 44.55% from 505); Blue value is 125 (49.22% from 255 or 24.75% from 505); Max value from RGB is 225 - color contains mainly: green. Hex color #9BE17D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BE17D is #641E82. Grayscale: #C1C1C1. Windows color (decimal): -6561411 or 8249755. OLE color: 8249755.

HSL color Cylindrical-coordinate representation of color #9BE17D: hue angle of 102º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9BE17D is Cyan = 0.31, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB155225125-
CMYK0.3100.440.12
HSL102º62.5%68.63%-
HSV(B)102º44.44%88.24%-
XYZ44.1462.329.1-
YUV192.6789.81101.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 30.69%
GREEN value IS 225 (88.28% from 255) = 44.55%
BLUE value IS 125 (49.22% from 255) = 24.75%
R=30.69%
G=44.55%
B=24.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1552251250.3100.440.1210262.568.63
Hex9BE17D1F02CC663e45
Octal233341175370541414676105
Binary10011011111000011111101111110101100110011001101111101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BE17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BE17D; }

 p { color: rgb(155,225,125); }

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

<style>
 a { background-color: #9BE17D; }

 a { background-color: rgb(155,225,125); }

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

<style>
 span { border-color: #9BE17D; }

 span { border-color: rgb(155,225,125); }

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