#9AD88A

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

Shades of Gossip #9AD88A

Tints of Gossip #9AD88A

Color information

#9AD88A (or 0x9AD88A) is unknown color: approx Gossip. HEX triplet: 9A, D8 and 8A. RGB value is (154,216,138). Sum of RGB (Red+Green+Blue) = 154+216+138=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 216 (84.77% from 255 or 42.52% from 508); Blue value is 138 (54.30% from 255 or 27.17% from 508); Max value from RGB is 216 - color contains mainly: green. Hex color #9AD88A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AD88A is #652775. Grayscale: #BCBCBC. Windows color (decimal): -6629238 or 9099418. OLE color: 9099418.

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

Color convert

RGB154216138-
CMYK0.2900.360.15
HSL107.69º50%69.41%-
HSV(B)107.69º36.11%84.71%-
XYZ42.4757.8232.97-
YUV188.5799.46103.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 216 (84.77% from 255) = 42.52%
BLUE value IS 138 (54.30% from 255) = 27.17%
R=30.31%
G=42.52%
B=27.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542161380.2900.360.15107.695069.41
Hex9AD88A1D024F6c3245
Octal232330212350441715462105
Binary100110101101100010001010111010100100111111011001100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD88A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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