#9CE384

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

Shades of Gossip #9CE384

Tints of Gossip #9CE384

Color information

#9CE384 (or 0x9CE384) is unknown color: approx Gossip. HEX triplet: 9C, E3 and 84. RGB value is (156,227,132). Sum of RGB (Red+Green+Blue) = 156+227+132=515 (68% of max value = 765). Red value is 156 (61.33% from 255 or 30.29% from 515); Green value is 227 (89.06% from 255 or 44.08% from 515); Blue value is 132 (51.95% from 255 or 25.63% from 515); Max value from RGB is 227 - color contains mainly: green. Hex color #9CE384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9CE384 is #631C7B. Grayscale: #C3C3C3. Windows color (decimal): -6495356 or 8709020. OLE color: 8709020.

HSL color Cylindrical-coordinate representation of color #9CE384: hue angle of 104.84º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9CE384 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB156227132-
CMYK0.3100.420.11
HSL104.84º62.91%70.39%-
HSV(B)104.84º41.85%89.02%-
XYZ45.3463.6731.73-
YUV194.9492.48100.22-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 30.29%
GREEN value IS 227 (89.06% from 255) = 44.08%
BLUE value IS 132 (51.95% from 255) = 25.63%
R=30.29%
G=44.08%
B=25.63%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1562271320.3100.420.11104.8462.9170.39
Hex9CE3841F02AB693f46
Octal234343204370521315177106
Binary100111001110001110000100111110101010101111010011111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CE384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,227,132); }

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

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

 a { background-color: rgb(156,227,132); }

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

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

 span { border-color: rgb(156,227,132); }

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