#9CE086

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

Shades of Gossip #9CE086

Tints of Gossip #9CE086

Color information

#9CE086 (or 0x9CE086) is unknown color: approx Gossip. HEX triplet: 9C, E0 and 86. RGB value is (156,224,134). Sum of RGB (Red+Green+Blue) = 156+224+134=514 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.35% from 514); Green value is 224 (87.89% from 255 or 43.58% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 224 - color contains mainly: green. Hex color #9CE086 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE086 is #631F79. Grayscale: #C1C1C1. Windows color (decimal): -6496122 or 8839324. OLE color: 8839324.

HSL color Cylindrical-coordinate representation of color #9CE086: hue angle of 105.33º degrees, saturation: 0.59, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9CE086 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.12.

Color convert

RGB156224134-
CMYK0.3000.400.12
HSL105.33º59.21%70.2%-
HSV(B)105.33º40.18%87.84%-
XYZ44.6762.132.19-
YUV193.4194.47101.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.35%
GREEN value IS 224 (87.89% from 255) = 43.58%
BLUE value IS 134 (52.73% from 255) = 26.07%
R=30.35%
G=43.58%
B=26.07%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1562241340.3000.400.12105.3359.2170.2
Hex9CE0861E028C693b46
Octal234340206360501415173106
Binary100111001110000010000110111100101000110011010011110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,224,134); }

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

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

 a { background-color: rgb(156,224,134); }

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

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

 span { border-color: rgb(156,224,134); }

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