#9AD274

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

Shades of Gossip #9AD274

Tints of Gossip #9AD274

Color information

#9AD274 (or 0x9AD274) is unknown color: approx Gossip. HEX triplet: 9A, D2 and 74. RGB value is (154,210,116). Sum of RGB (Red+Green+Blue) = 154+210+116=480 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.08% from 480); Green value is 210 (82.42% from 255 or 43.75% from 480); Blue value is 116 (45.70% from 255 or 24.17% from 480); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD274 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD274 is #652D8B. Grayscale: #B6B6B6. Windows color (decimal): -6630796 or 7656090. OLE color: 7656090.

HSL color Cylindrical-coordinate representation of color #9AD274: hue angle of 95.74º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9AD274 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB154210116-
CMYK0.2700.450.18
HSL95.74º51.09%63.92%-
HSV(B)95.74º44.76%82.35%-
XYZ39.5354.2224.91-
YUV182.5490.45107.64-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.08%
GREEN value IS 210 (82.42% from 255) = 43.75%
BLUE value IS 116 (45.70% from 255) = 24.17%
R=32.08%
G=43.75%
B=24.17%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542101160.2700.450.1895.7451.0963.92
Hex9AD2741B02D12603340
Octal232322164330552214063100
Binary100110101101001011101001101101011011001011000001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,210,116); }

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

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

 a { background-color: rgb(154,210,116); }

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

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

 span { border-color: rgb(154,210,116); }

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