#90D277

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

Shades of Gossip #90D277

Tints of Gossip #90D277

Color information

#90D277 (or 0x90D277) is unknown color: approx Gossip. HEX triplet: 90, D2 and 77. RGB value is (144,210,119). Sum of RGB (Red+Green+Blue) = 144+210+119=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 210 (82.42% from 255 or 44.40% from 473); Blue value is 119 (46.88% from 255 or 25.16% from 473); Max value from RGB is 210 - color contains mainly: green. Hex color #90D277 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D277 is #6F2D88. Grayscale: #B4B4B4. Windows color (decimal): -7286153 or 7852688. OLE color: 7852688.

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

Color convert

RGB144210119-
CMYK0.3100.430.18
HSL103.52º50.28%64.51%-
HSV(B)103.52º43.33%82.35%-
XYZ37.8853.3525.75-
YUV179.8993.63102.4-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 210 (82.42% from 255) = 44.40%
BLUE value IS 119 (46.88% from 255) = 25.16%
R=30.44%
G=44.40%
B=25.16%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1442101190.3100.430.18103.5250.2864.51
Hex90D2771F02B12683241
Octal220322167370532215062101
Binary100100001101001011101111111101010111001011010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,210,119); }

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

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

 a { background-color: rgb(144,210,119); }

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

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

 span { border-color: rgb(144,210,119); }

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