#9ADA70

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

Shades of Gossip #9ADA70

Tints of Gossip #9ADA70

Color information

#9ADA70 (or 0x9ADA70) is unknown color: approx Gossip. HEX triplet: 9A, DA and 70. RGB value is (154,218,112). Sum of RGB (Red+Green+Blue) = 154+218+112=484 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.82% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 112 (44.14% from 255 or 23.14% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #9ADA70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADA70 is #65258F. Grayscale: #BBBBBB. Windows color (decimal): -6628752 or 7395994. OLE color: 7395994.

HSL color Cylindrical-coordinate representation of color #9ADA70: hue angle of 96.23º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ADA70 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB154218112-
CMYK0.2900.490.15
HSL96.23º58.89%64.71%-
HSV(B)96.23º48.62%85.49%-
XYZ41.3258.1824.38-
YUV186.7885.8104.62-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.82%
GREEN value IS 218 (85.55% from 255) = 45.04%
BLUE value IS 112 (44.14% from 255) = 23.14%
R=31.82%
G=45.04%
B=23.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1542181120.2900.490.1596.2358.8964.71
Hex9ADA701D031F603b41
Octal232332160350611714073101
Binary10011010110110101110000111010110001111111000001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,218,112); }

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

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

 a { background-color: rgb(154,218,112); }

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

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

 span { border-color: rgb(154,218,112); }

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