#9DCF90

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

Shades of Gossip #9DCF90

Tints of Gossip #9DCF90

Color information

#9DCF90 (or 0x9DCF90) is unknown color: approx Gossip. HEX triplet: 9D, CF and 90. RGB value is (157,207,144). Sum of RGB (Red+Green+Blue) = 157+207+144=508 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.91% from 508); Green value is 207 (81.25% from 255 or 40.75% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 207 - color contains mainly: green. Hex color #9DCF90 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DCF90 is #62306F. Grayscale: #B9B9B9. Windows color (decimal): -6434928 or 9490333. OLE color: 9490333.

HSL color Cylindrical-coordinate representation of color #9DCF90: hue angle of 107.62º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9DCF90 is Cyan = 0.24, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB157207144-
CMYK0.2400.300.19
HSL107.62º39.62%68.82%-
HSV(B)107.62º30.43%81.18%-
XYZ41.2553.8134.6-
YUV184.87104.94108.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.91%
GREEN value IS 207 (81.25% from 255) = 40.75%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=30.91%
G=40.75%
B=28.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1572071440.2400.300.19107.6239.6268.82
Hex9DCF901801E136c2845
Octal235317220300362315450105
Binary100111011100111110010000110000111101001111011001010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,207,144); }

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

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

 a { background-color: rgb(157,207,144); }

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

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

 span { border-color: rgb(157,207,144); }

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