#9AC28A

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

Shades of Gossip #9AC28A

Tints of Gossip #9AC28A

Color information

#9AC28A (or 0x9AC28A) is unknown color: approx Gossip. HEX triplet: 9A, C2 and 8A. RGB value is (154,194,138). Sum of RGB (Red+Green+Blue) = 154+194+138=486 (64% of max value = 765). Red value is 154 (60.55% from 255 or 31.69% from 486); Green value is 194 (76.17% from 255 or 39.92% from 486); Blue value is 138 (54.30% from 255 or 28.40% from 486); Max value from RGB is 194 - color contains mainly: green. Hex color #9AC28A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9AC28A is #653D75. Grayscale: #AFAFAF. Windows color (decimal): -6634870 or 9093786. OLE color: 9093786.

HSL color Cylindrical-coordinate representation of color #9AC28A: hue angle of 102.86º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9AC28A is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.24.

Color convert

RGB154194138-
CMYK0.2100.290.24
HSL102.86º31.46%65.1%-
HSV(B)102.86º28.87%76.08%-
XYZ37.2147.2931.21-
YUV175.66106.75112.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.69%
GREEN value IS 194 (76.17% from 255) = 39.92%
BLUE value IS 138 (54.30% from 255) = 28.40%
R=31.69%
G=39.92%
B=28.40%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541941380.2100.290.24102.8631.4665.1
Hex9AC28A1501D18671f41
Octal232302212250353014737101
Binary10011010110000101000101010101011101110001100111111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AC28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,194,138); }

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

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

 a { background-color: rgb(154,194,138); }

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

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

 span { border-color: rgb(154,194,138); }

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