#9ADD85

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

Shades of Gossip #9ADD85

Tints of Gossip #9ADD85

Color information

#9ADD85 (or 0x9ADD85) is unknown color: approx Gossip. HEX triplet: 9A, DD and 85. RGB value is (154,221,133). Sum of RGB (Red+Green+Blue) = 154+221+133=508 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.31% from 508); Green value is 221 (86.72% from 255 or 43.50% from 508); Blue value is 133 (52.34% from 255 or 26.18% from 508); Max value from RGB is 221 - color contains mainly: green. Hex color #9ADD85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ADD85 is #65227A. Grayscale: #BFBFBF. Windows color (decimal): -6627963 or 8773018. OLE color: 8773018.

HSL color Cylindrical-coordinate representation of color #9ADD85: hue angle of 105.68º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9ADD85 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB154221133-
CMYK0.3000.400.13
HSL105.68º56.41%69.41%-
HSV(B)105.68º39.82%86.67%-
XYZ43.4260.2831.54-
YUV190.9495.3101.66-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.31%
GREEN value IS 221 (86.72% from 255) = 43.50%
BLUE value IS 133 (52.34% from 255) = 26.18%
R=30.31%
G=43.50%
B=26.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542211330.3000.400.13105.6856.4169.41
Hex9ADD851E028D6a3845
Octal232335205360501515270105
Binary100110101101110110000101111100101000110111010101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ADD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,221,133); }

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

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

 a { background-color: rgb(154,221,133); }

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

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

 span { border-color: rgb(154,221,133); }

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