#9AD08A

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

Shades of Gossip #9AD08A

Tints of Gossip #9AD08A

Color information

#9AD08A (or 0x9AD08A) is unknown color: approx Gossip. HEX triplet: 9A, D0 and 8A. RGB value is (154,208,138). Sum of RGB (Red+Green+Blue) = 154+208+138=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 208 (81.64% from 255 or 41.6% from 500); Blue value is 138 (54.30% from 255 or 27.6% from 500); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD08A is #652F75. Grayscale: #B8B8B8. Windows color (decimal): -6631286 or 9097370. OLE color: 9097370.

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

Color convert

RGB154208138-
CMYK0.2600.340.18
HSL106.29º42.68%67.84%-
HSV(B)106.29º33.65%81.57%-
XYZ40.4753.8232.3-
YUV183.87102.11106.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 208 (81.64% from 255) = 41.6%
BLUE value IS 138 (54.30% from 255) = 27.6%
R=30.8%
G=41.6%
B=27.6%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081380.2600.340.18106.2942.6867.84
Hex9AD08A1A022126a2b44
Octal232320212320422215253104
Binary1001101011010000100010101101001000101001011010101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD08A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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