#9ACD7F

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

Shades of Gossip #9ACD7F

Tints of Gossip #9ACD7F

Color information

#9ACD7F (or 0x9ACD7F) is unknown color: approx Gossip. HEX triplet: 9A, CD and 7F. RGB value is (154,205,127). Sum of RGB (Red+Green+Blue) = 154+205+127=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 205 (80.47% from 255 or 42.18% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD7F is #653280. Grayscale: #B5B5B5. Windows color (decimal): -6632065 or 8375706. OLE color: 8375706.

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

Color convert

RGB154205127-
CMYK0.2500.380.20
HSL99.23º43.82%65.1%-
HSV(B)99.23º38.05%80.39%-
XYZ38.9952.0628.07-
YUV180.8697.6108.84-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 205 (80.47% from 255) = 42.18%
BLUE value IS 127 (50% from 255) = 26.13%
R=31.69%
G=42.18%
B=26.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051270.2500.380.2099.2343.8265.1
Hex9ACD7F1902614632c41
Octal232315177310462414354101
Binary100110101100110111111111100101001101010011000111011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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