#9ACD8E

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

Shades of Gossip #9ACD8E

Tints of Gossip #9ACD8E

Color information

#9ACD8E (or 0x9ACD8E) is unknown color: approx Gossip. HEX triplet: 9A, CD and 8E. RGB value is (154,205,142). Sum of RGB (Red+Green+Blue) = 154+205+142=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 205 (80.47% from 255 or 40.92% from 501); Blue value is 142 (55.86% from 255 or 28.34% from 501); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD8E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACD8E is #653271. Grayscale: #B6B6B6. Windows color (decimal): -6632050 or 9358746. OLE color: 9358746.

HSL color Cylindrical-coordinate representation of color #9ACD8E: hue angle of 108.57º 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 #9ACD8E is Cyan = 0.25, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.20.

Color convert

RGB154205142-
CMYK0.2500.310.20
HSL108.57º38.65%68.04%-
HSV(B)108.57º30.73%80.39%-
XYZ40.0452.4933.61-
YUV182.57105.1107.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.74%
GREEN value IS 205 (80.47% from 255) = 40.92%
BLUE value IS 142 (55.86% from 255) = 28.34%
R=30.74%
G=40.92%
B=28.34%

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
Decimal1542051420.2500.310.20108.5738.6568.04
Hex9ACD8E1901F146d2744
Octal232315216310372415547104
Binary100110101100110110001110110010111111010011011011001111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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