#90D57B

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

Shades of Gossip #90D57B

Tints of Gossip #90D57B

Color information

#90D57B (or 0x90D57B) is unknown color: approx Gossip. HEX triplet: 90, D5 and 7B. RGB value is (144,213,123). Sum of RGB (Red+Green+Blue) = 144+213+123=480 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30% from 480); Green value is 213 (83.59% from 255 or 44.38% from 480); Blue value is 123 (48.44% from 255 or 25.62% from 480); Max value from RGB is 213 - color contains mainly: green. Hex color #90D57B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90D57B is #6F2A84. Grayscale: #B6B6B6. Windows color (decimal): -7285381 or 8115600. OLE color: 8115600.

HSL color Cylindrical-coordinate representation of color #90D57B: hue angle of 106º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90D57B is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB144213123-
CMYK0.3200.420.16
HSL106º51.72%65.88%-
HSV(B)106º42.25%83.53%-
XYZ38.8754.9527.3-
YUV182.1194.64100.82-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30%
GREEN value IS 213 (83.59% from 255) = 44.38%
BLUE value IS 123 (48.44% from 255) = 25.62%
R=30%
G=44.38%
B=25.62%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1442131230.3200.420.1610651.7265.88
Hex90D57B2002A106a3442
Octal220325173400522015264102
Binary1001000011010101111101110000001010101000011010101101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90D57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,213,123); }

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

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

 a { background-color: rgb(144,213,123); }

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

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

 span { border-color: rgb(144,213,123); }

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