#90DA73

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

Shades of Gossip #90DA73

Tints of Gossip #90DA73

Color information

#90DA73 (or 0x90DA73) is unknown color: approx Gossip. HEX triplet: 90, DA and 73. RGB value is (144,218,115). Sum of RGB (Red+Green+Blue) = 144+218+115=477 (63% of max value = 765). Red value is 144 (56.64% from 255 or 30.19% from 477); Green value is 218 (85.55% from 255 or 45.70% from 477); Blue value is 115 (45.31% from 255 or 24.11% from 477); Max value from RGB is 218 - color contains mainly: green. Hex color #90DA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90DA73 is #6F258C. Grayscale: #B8B8B8. Windows color (decimal): -7284109 or 7592592. OLE color: 7592592.

HSL color Cylindrical-coordinate representation of color #90DA73: hue angle of 103.11º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #90DA73 is Cyan = 0.34, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB144218115-
CMYK0.3400.470.15
HSL103.11º58.19%65.29%-
HSV(B)103.11º47.25%85.49%-
XYZ39.6757.3125.19-
YUV184.1388.9899.38-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.19%
GREEN value IS 218 (85.55% from 255) = 45.70%
BLUE value IS 115 (45.31% from 255) = 24.11%
R=30.19%
G=45.70%
B=24.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1442181150.3400.470.15103.1158.1965.29
Hex90DA732202FF673a41
Octal220332163420571714772101
Binary100100001101101011100111000100101111111111001111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90DA73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,218,115); }

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

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

 a { background-color: rgb(144,218,115); }

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

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

 span { border-color: rgb(144,218,115); }

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