#9ACD7A

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

Shades of Gossip #9ACD7A

Tints of Gossip #9ACD7A

Color information

#9ACD7A (or 0x9ACD7A) is unknown color: approx Gossip. HEX triplet: 9A, CD and 7A. RGB value is (154,205,122). Sum of RGB (Red+Green+Blue) = 154+205+122=481 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.02% from 481); Green value is 205 (80.47% from 255 or 42.62% from 481); Blue value is 122 (48.05% from 255 or 25.36% from 481); Max value from RGB is 205 - color contains mainly: green. Hex color #9ACD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ACD7A is #653285. Grayscale: #B4B4B4. Windows color (decimal): -6632070 or 8048026. OLE color: 8048026.

HSL color Cylindrical-coordinate representation of color #9ACD7A: hue angle of 96.87º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ACD7A is Cyan = 0.25, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.20.

Color convert

RGB154205122-
CMYK0.2500.400.20
HSL96.87º45.36%64.12%-
HSV(B)96.87º40.49%80.39%-
XYZ38.6751.9426.4-
YUV180.2995.1109.25-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.02%
GREEN value IS 205 (80.47% from 255) = 42.62%
BLUE value IS 122 (48.05% from 255) = 25.36%
R=32.02%
G=42.62%
B=25.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1542051220.2500.400.2096.8745.3664.12
Hex9ACD7A1902814612d40
Octal232315172310502414155100
Binary100110101100110111110101100101010001010011000011011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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