#9AD08B

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

Shades of Gossip #9AD08B

Tints of Gossip #9AD08B

Color information

#9AD08B (or 0x9AD08B) is unknown color: approx Gossip. HEX triplet: 9A, D0 and 8B. RGB value is (154,208,139). Sum of RGB (Red+Green+Blue) = 154+208+139=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 139 (54.69% from 255 or 27.74% from 501); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD08B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD08B is #652F74. Grayscale: #B8B8B8. Windows color (decimal): -6631285 or 9162906. OLE color: 9162906.

HSL color Cylindrical-coordinate representation of color #9AD08B: hue angle of 106.96º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9AD08B is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.18.

Color convert

RGB154208139-
CMYK0.2600.330.18
HSL106.96º42.33%68.04%-
HSV(B)106.96º33.17%81.57%-
XYZ40.5453.8532.68-
YUV183.99102.61106.61-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 139 (54.69% from 255) = 27.74%
R=30.74%
G=41.52%
B=27.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081390.2600.330.18106.9642.3368.04
Hex9AD08B1A021126b2a44
Octal232320213320412215352104
Binary1001101011010000100010111101001000011001011010111010101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AD08B; }

 p { color: rgb(154,208,139); }

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

<style>
 a { background-color: #9AD08B; }

 a { background-color: rgb(154,208,139); }

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

<style>
 span { border-color: #9AD08B; }

 span { border-color: rgb(154,208,139); }

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