#9AD27F

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

Shades of Gossip #9AD27F

Tints of Gossip #9AD27F

Color information

#9AD27F (or 0x9AD27F) is unknown color: approx Gossip. HEX triplet: 9A, D2 and 7F. RGB value is (154,210,127). Sum of RGB (Red+Green+Blue) = 154+210+127=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 210 (82.42% from 255 or 42.77% from 491); Blue value is 127 (50% from 255 or 25.87% from 491); Max value from RGB is 210 - color contains mainly: green. Hex color #9AD27F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD27F is #652D80. Grayscale: #B8B8B8. Windows color (decimal): -6630785 or 8376986. OLE color: 8376986.

HSL color Cylindrical-coordinate representation of color #9AD27F: hue angle of 100.48º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9AD27F is Cyan = 0.27, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB154210127-
CMYK0.2700.400.18
HSL100.48º47.98%66.08%-
HSV(B)100.48º39.52%82.35%-
XYZ40.254.528.48-
YUV183.7995.95106.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 210 (82.42% from 255) = 42.77%
BLUE value IS 127 (50% from 255) = 25.87%
R=31.36%
G=42.77%
B=25.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1542101270.2700.400.18100.4847.9866.08
Hex9AD27F1B02812643042
Octal232322177330502214460102
Binary100110101101001011111111101101010001001011001001100001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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