#9AD07D

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

Shades of Gossip #9AD07D

Tints of Gossip #9AD07D

Color information

#9AD07D (or 0x9AD07D) is unknown color: approx Gossip. HEX triplet: 9A, D0 and 7D. RGB value is (154,208,125). Sum of RGB (Red+Green+Blue) = 154+208+125=487 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.62% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD07D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD07D is #652F82. Grayscale: #B6B6B6. Windows color (decimal): -6631299 or 8245402. OLE color: 8245402.

HSL color Cylindrical-coordinate representation of color #9AD07D: hue angle of 99.04º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD07D is Cyan = 0.26, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB154208125-
CMYK0.2600.400.18
HSL99.04º46.89%65.29%-
HSV(B)99.04º39.9%81.57%-
XYZ39.5853.4627.64-
YUV182.3995.61107.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.62%
GREEN value IS 208 (81.64% from 255) = 42.71%
BLUE value IS 125 (49.22% from 255) = 25.67%
R=31.62%
G=42.71%
B=25.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081250.2600.400.1899.0446.8965.29
Hex9AD07D1A02812632f41
Octal232320175320502214357101
Binary100110101101000011111011101001010001001011000111011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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