#9ACE8A

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

Shades of Gossip #9ACE8A

Tints of Gossip #9ACE8A

Color information

#9ACE8A (or 0x9ACE8A) is unknown color: approx Gossip. HEX triplet: 9A, CE and 8A. RGB value is (154,206,138). Sum of RGB (Red+Green+Blue) = 154+206+138=498 (65% of max value = 765). Red value is 154 (60.55% from 255 or 30.92% from 498); Green value is 206 (80.86% from 255 or 41.37% from 498); Blue value is 138 (54.30% from 255 or 27.71% from 498); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE8A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE8A is #653175. Grayscale: #B6B6B6. Windows color (decimal): -6631798 or 9096858. OLE color: 9096858.

HSL color Cylindrical-coordinate representation of color #9ACE8A: hue angle of 105.88º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9ACE8A is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.19.

Color convert

RGB154206138-
CMYK0.2500.330.19
HSL105.88º40.96%67.45%-
HSV(B)105.88º33.01%80.78%-
XYZ39.9952.8532.14-
YUV182.7102.77107.53-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.92%
GREEN value IS 206 (80.86% from 255) = 41.37%
BLUE value IS 138 (54.30% from 255) = 27.71%
R=30.92%
G=41.37%
B=27.71%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061380.2500.330.19105.8840.9667.45
Hex9ACE8A19021136a2943
Octal232316212310412315251103
Binary1001101011001110100010101100101000011001111010101010011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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