#9ACD8D

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

Shades of Gossip #9ACD8D

Tints of Gossip #9ACD8D

Color information

#9ACD8D (or 0x9ACD8D) is unknown color: approx Gossip. HEX triplet: 9A, CD and 8D. RGB value is (154,205,141). Sum of RGB (Red+Green+Blue) = 154+205+141=500 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.8% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD8D is #653272. Grayscale: #B6B6B6. Windows color (decimal): -6632051 or 9293210. OLE color: 9293210.

HSL color Cylindrical-coordinate representation of color #9ACD8D: hue angle of 107.81º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9ACD8D is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB154205141-
CMYK0.2500.310.20
HSL107.81º39.02%67.84%-
HSV(B)107.81º31.22%80.39%-
XYZ39.9752.4633.22-
YUV182.46104.6107.7-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.8%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 141 (55.47% from 255) = 28.2%
R=30.8%
G=41%
B=28.2%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051410.2500.310.20107.8139.0267.84
Hex9ACD8D1901F146c2744
Octal232315215310372415447104
Binary100110101100110110001101110010111111010011011001001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,205,141); }

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

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

 a { background-color: rgb(154,205,141); }

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

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

 span { border-color: rgb(154,205,141); }

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