#90D07F

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

Shades of Gossip #90D07F

Tints of Gossip #90D07F

Color information

#90D07F (or 0x90D07F) is unknown color: approx Gossip. HEX triplet: 90, D0 and 7F. RGB value is (144,208,127). Sum of RGB (Red+Green+Blue) = 144+208+127=479 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.06% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #90D07F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D07F is #6F2F80. Grayscale: #B3B3B3. Windows color (decimal): -7286657 or 8376464. OLE color: 8376464.

HSL color Cylindrical-coordinate representation of color #90D07F: hue angle of 107.41º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90D07F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB144208127-
CMYK0.3100.390.18
HSL107.41º46.29%65.69%-
HSV(B)107.41º38.94%81.57%-
XYZ37.8952.5728.23-
YUV179.6398.3102.59-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.06%
GREEN value IS 208 (81.64% from 255) = 43.42%
BLUE value IS 127 (50% from 255) = 26.51%
R=30.06%
G=43.42%
B=26.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442081270.3100.390.18107.4146.2965.69
Hex90D07F1F027126b2e42
Octal220320177370472215356102
Binary100100001101000011111111111101001111001011010111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90D07F; }

 p { color: rgb(144,208,127); }

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

<style>
 a { background-color: #90D07F; }

 a { background-color: rgb(144,208,127); }

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

<style>
 span { border-color: #90D07F; }

 span { border-color: rgb(144,208,127); }

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