#9AD07B

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

Shades of Gossip #9AD07B

Tints of Gossip #9AD07B

Color information

#9AD07B (or 0x9AD07B) is unknown color: approx Gossip. HEX triplet: 9A, D0 and 7B. RGB value is (154,208,123). Sum of RGB (Red+Green+Blue) = 154+208+123=485 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.75% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 123 (48.44% from 255 or 25.36% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #9AD07B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD07B is #652F84. Grayscale: #B6B6B6. Windows color (decimal): -6631301 or 8114330. OLE color: 8114330.

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

Color convert

RGB154208123-
CMYK0.2600.410.18
HSL98.12º47.49%64.9%-
HSV(B)98.12º40.87%81.57%-
XYZ39.4653.4126.97-
YUV182.1694.61107.91-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.75%
GREEN value IS 208 (81.64% from 255) = 42.89%
BLUE value IS 123 (48.44% from 255) = 25.36%
R=31.75%
G=42.89%
B=25.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542081230.2600.410.1898.1247.4964.9
Hex9AD07B1A02912622f41
Octal232320173320512214257101
Binary100110101101000011110111101001010011001011000101011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD07B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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