#90C27F

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

Shades of Gossip #90C27F

Tints of Gossip #90C27F

Color information

#90C27F (or 0x90C27F) is unknown color: approx Gossip. HEX triplet: 90, C2 and 7F. RGB value is (144,194,127). Sum of RGB (Red+Green+Blue) = 144+194+127=465 (61% of max value = 765). Red value is 144 (56.64% from 255 or 30.97% from 465); Green value is 194 (76.17% from 255 or 41.72% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 194 - color contains mainly: green. Hex color #90C27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90C27F is #6F3D80. Grayscale: #ABABAB. Windows color (decimal): -7290241 or 8372880. OLE color: 8372880.

HSL color Cylindrical-coordinate representation of color #90C27F: hue angle of 104.78º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #90C27F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB144194127-
CMYK0.2600.350.24
HSL104.78º35.45%62.94%-
HSV(B)104.78º34.54%76.08%-
XYZ34.6246.0527.14-
YUV171.41102.94108.45-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.97%
GREEN value IS 194 (76.17% from 255) = 41.72%
BLUE value IS 127 (50% from 255) = 27.31%
R=30.97%
G=41.72%
B=27.31%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1441941270.2600.350.24104.7835.4562.94
Hex90C27F1A0231869233f
Octal22030217732043301514377
Binary10010000110000101111111110100100011110001101001100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90C27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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