#9ACE83

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

Shades of Gossip #9ACE83

Tints of Gossip #9ACE83

Color information

#9ACE83 (or 0x9ACE83) is unknown color: approx Gossip. HEX triplet: 9A, CE and 83. RGB value is (154,206,131). Sum of RGB (Red+Green+Blue) = 154+206+131=491 (65% of max value = 765). Red value is 154 (60.55% from 255 or 31.36% from 491); Green value is 206 (80.86% from 255 or 41.96% from 491); Blue value is 131 (51.56% from 255 or 26.68% from 491); Max value from RGB is 206 - color contains mainly: green. Hex color #9ACE83 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9ACE83 is #65317C. Grayscale: #B6B6B6. Windows color (decimal): -6631805 or 8638106. OLE color: 8638106.

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

Color convert

RGB154206131-
CMYK0.2500.360.19
HSL101.6º43.35%66.08%-
HSV(B)101.6º36.41%80.78%-
XYZ39.4952.6529.55-
YUV181.999.27108.1-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.36%
GREEN value IS 206 (80.86% from 255) = 41.96%
BLUE value IS 131 (51.56% from 255) = 26.68%
R=31.36%
G=41.96%
B=26.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1542061310.2500.360.19101.643.3566.08
Hex9ACE831902413662b42
Octal232316203310442314653102
Binary1001101011001110100000111100101001001001111001101010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ACE83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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