#9AD57F

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

Shades of Gossip #9AD57F

Tints of Gossip #9AD57F

Color information

#9AD57F (or 0x9AD57F) is unknown color: approx Gossip. HEX triplet: 9A, D5 and 7F. RGB value is (154,213,127). Sum of RGB (Red+Green+Blue) = 154+213+127=494 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.17% from 494); Green value is 213 (83.59% from 255 or 43.12% from 494); Blue value is 127 (50% from 255 or 25.71% from 494); Max value from RGB is 213 - color contains mainly: green. Hex color #9AD57F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD57F is #652A80. Grayscale: #B9B9B9. Windows color (decimal): -6630017 or 8377754. OLE color: 8377754.

HSL color Cylindrical-coordinate representation of color #9AD57F: hue angle of 101.16º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD57F is Cyan = 0.28, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB154213127-
CMYK0.2800.400.16
HSL101.16º50.59%66.67%-
HSV(B)101.16º40.38%83.53%-
XYZ40.9555.9928.73-
YUV185.5694.95105.49-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.17%
GREEN value IS 213 (83.59% from 255) = 43.12%
BLUE value IS 127 (50% from 255) = 25.71%
R=31.17%
G=43.12%
B=25.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1542131270.2800.400.16101.1650.5966.67
Hex9AD57F1C02810653343
Octal232325177340502014563103
Binary100110101101010111111111110001010001000011001011100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD57F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,213,127); }

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

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

 a { background-color: rgb(154,213,127); }

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

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

 span { border-color: rgb(154,213,127); }

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