#9adf77

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

Shades of Gossip #9ADF77

Tints of Gossip #9ADF77

Color information

#9ADF77 (or 0x9ADF77) is unknown color: approx Gossip. HEX triplet: 9A, DF and 77. RGB value is (154,223,119). Sum of RGB (Red+Green+Blue) = 154+223+119=496 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.05% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #9ADF77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ADF77 is #652088. Grayscale: #BEBEBE. Windows color (decimal): -6627465 or 7856026. OLE color: 7856026.

HSL color Cylindrical-coordinate representation of color #9ADF77: hue angle of 99.81º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ADF77 is Cyan = 0.31, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB154223119-
CMYK0.3100.470.13
HSL99.81º61.9%67.06%-
HSV(B)99.81º46.64%87.45%-
XYZ43.0460.9826.95-
YUV190.5187.64101.96-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.05%
GREEN value IS 223 (87.5% from 255) = 44.96%
BLUE value IS 119 (46.88% from 255) = 23.99%
R=31.05%
G=44.96%
B=23.99%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1542231190.3100.470.1399.8161.967.06
Hex9ADF771F02FD643e43
Octal232337167370571514476103
Binary10011010110111111110111111110101111110111001001111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9adf77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,223,119); }

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

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

 a { background-color: rgb(154,223,119); }

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

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

 span { border-color: rgb(154,223,119); }

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