#9AD985

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

Shades of Gossip #9AD985

Tints of Gossip #9AD985

Color information

#9AD985 (or 0x9AD985) is unknown color: approx Gossip. HEX triplet: 9A, D9 and 85. RGB value is (154,217,133). Sum of RGB (Red+Green+Blue) = 154+217+133=504 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.56% from 504); Green value is 217 (85.16% from 255 or 43.06% from 504); Blue value is 133 (52.34% from 255 or 26.39% from 504); Max value from RGB is 217 - color contains mainly: green. Hex color #9AD985 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD985 is #65267A. Grayscale: #BCBCBC. Windows color (decimal): -6628987 or 8771994. OLE color: 8771994.

HSL color Cylindrical-coordinate representation of color #9AD985: hue angle of 105º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9AD985 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB154217133-
CMYK0.2900.390.15
HSL105º52.5%68.63%-
HSV(B)105º38.71%85.1%-
XYZ42.3758.1931.19-
YUV188.5996.63103.33-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.56%
GREEN value IS 217 (85.16% from 255) = 43.06%
BLUE value IS 133 (52.34% from 255) = 26.39%
R=30.56%
G=43.06%
B=26.39%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542171330.2900.390.1510552.568.63
Hex9AD9851D027F693545
Octal232331205350471715165105
Binary100110101101100110000101111010100111111111010011101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,217,133); }

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

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

 a { background-color: rgb(154,217,133); }

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

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

 span { border-color: rgb(154,217,133); }

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