#9adb81

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

Shades of Gossip #9ADB81

Tints of Gossip #9ADB81

Color information

#9ADB81 (or 0x9ADB81) is unknown color: approx Gossip. HEX triplet: 9A, DB and 81. RGB value is (154,219,129). Sum of RGB (Red+Green+Blue) = 154+219+129=502 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.68% from 502); Green value is 219 (85.94% from 255 or 43.63% from 502); Blue value is 129 (50.78% from 255 or 25.70% from 502); Max value from RGB is 219 - color contains mainly: green. Hex color #9ADB81 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADB81 is #65247E. Grayscale: #BDBDBD. Windows color (decimal): -6628479 or 8510362. OLE color: 8510362.

HSL color Cylindrical-coordinate representation of color #9ADB81: hue angle of 103.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9ADB81 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.14.

Color convert

RGB154219129-
CMYK0.3000.410.14
HSL103.33º55.56%68.24%-
HSV(B)103.33º41.1%85.88%-
XYZ42.6259.1229.93-
YUV189.393.97102.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.68%
GREEN value IS 219 (85.94% from 255) = 43.63%
BLUE value IS 129 (50.78% from 255) = 25.70%
R=30.68%
G=43.63%
B=25.70%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1542191290.3000.410.14103.3355.5668.24
Hex9ADB811E029E673844
Octal232333201360511614770104
Binary100110101101101110000001111100101001111011001111110001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9adb81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,219,129); }

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

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

 a { background-color: rgb(154,219,129); }

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

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

 span { border-color: rgb(154,219,129); }

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