#9DE184

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

Shades of Gossip #9DE184

Tints of Gossip #9DE184

Color information

#9DE184 (or 0x9DE184) is unknown color: approx Gossip. HEX triplet: 9D, E1 and 84. RGB value is (157,225,132). Sum of RGB (Red+Green+Blue) = 157+225+132=514 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.54% from 514); Green value is 225 (88.28% from 255 or 43.77% from 514); Blue value is 132 (51.95% from 255 or 25.68% from 514); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE184 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DE184 is #621E7B. Grayscale: #C2C2C2. Windows color (decimal): -6430332 or 8708509. OLE color: 8708509.

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

Color convert

RGB157225132-
CMYK0.3000.410.12
HSL103.87º60.78%70%-
HSV(B)103.87º41.33%88.24%-
XYZ44.9962.6831.56-
YUV194.0792.97101.56-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.54%
GREEN value IS 225 (88.28% from 255) = 43.77%
BLUE value IS 132 (51.95% from 255) = 25.68%
R=30.54%
G=43.77%
B=25.68%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1572251320.3000.410.12103.8760.7870
Hex9DE1841E029C683d46
Octal235341204360511415075106
Binary100111011110000110000100111100101001110011010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,225,132); }

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

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

 a { background-color: rgb(157,225,132); }

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

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

 span { border-color: rgb(157,225,132); }

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