#90CD6F

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

Shades of Gossip #90CD6F

Tints of Gossip #90CD6F

Color information

#90CD6F (or 0x90CD6F) is unknown color: approx Gossip. HEX triplet: 90, CD and 6F. RGB value is (144,205,111). Sum of RGB (Red+Green+Blue) = 144+205+111=460 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.30% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #90CD6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #90CD6F is #6F3290. Grayscale: #B0B0B0. Windows color (decimal): -7287441 or 7327120. OLE color: 7327120.

HSL color Cylindrical-coordinate representation of color #90CD6F: hue angle of 98.94º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #90CD6F is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.20.

Color convert

RGB144205111-
CMYK0.3000.460.20
HSL98.94º48.45%61.96%-
HSV(B)98.94º45.85%80.39%-
XYZ36.250.7422.92-
YUV176.0491.29105.14-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.30%
GREEN value IS 205 (80.47% from 255) = 44.57%
BLUE value IS 111 (43.75% from 255) = 24.13%
R=31.30%
G=44.57%
B=24.13%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1442051110.3000.460.2098.9448.4561.96
Hex90CD6F1E02E1463303e
Octal22031515736056241436076
Binary10010000110011011101111111100101110101001100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90CD6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,205,111); }

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

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

 a { background-color: rgb(144,205,111); }

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

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

 span { border-color: rgb(144,205,111); }

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