#90EA72

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

Shades of Gossip #90EA72

Tints of Gossip #90EA72

Color information

#90EA72 (or 0x90EA72) is unknown color: approx Gossip. HEX triplet: 90, EA and 72. RGB value is (144,234,114). Sum of RGB (Red+Green+Blue) = 144+234+114=492 (65% of max value = 765). Red value is 144 (56.64% from 255 or 29.27% from 492); Green value is 234 (91.80% from 255 or 47.56% from 492); Blue value is 114 (44.92% from 255 or 23.17% from 492); Max value from RGB is 234 - color contains mainly: green. Hex color #90EA72 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #90EA72 is #6F158D. Grayscale: #C1C1C1. Windows color (decimal): -7280014 or 7531152. OLE color: 7531152.

HSL color Cylindrical-coordinate representation of color #90EA72: hue angle of 105º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #90EA72 is Cyan = 0.38, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.08.

Color convert

RGB144234114-
CMYK0.3800.510.08
HSL105º74.07%68.24%-
HSV(B)105º51.28%91.76%-
XYZ43.9665.9926.34-
YUV193.4183.1892.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 29.27%
GREEN value IS 234 (91.80% from 255) = 47.56%
BLUE value IS 114 (44.92% from 255) = 23.17%
R=29.27%
G=47.56%
B=23.17%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1442341140.3800.510.0810574.0768.24
Hex90EA72260338694a44
Octal2203521624606310151112104
Binary1001000011101010111001010011001100111000110100110010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90EA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,234,114); }

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

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

 a { background-color: rgb(144,234,114); }

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

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

 span { border-color: rgb(144,234,114); }

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