#98AC5A

Color #98AC5A Green Smoke (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Smoke #98AC5A

Tints of Green Smoke #98AC5A

Color information

#98AC5A (or 0x98AC5A) is unknown color: approx Green Smoke. HEX triplet: 98, AC and 5A. RGB value is (152,172,90). Sum of RGB (Red+Green+Blue) = 152+172+90=414 (54% of max value = 765). Red value is 152 (59.77% from 255 or 36.71% from 414); Green value is 172 (67.58% from 255 or 41.55% from 414); Blue value is 90 (35.55% from 255 or 21.74% from 414); Max value from RGB is 172 - color contains mainly: green. Hex color #98AC5A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AC5A is #6753A5. Grayscale: #9C9C9C. Windows color (decimal): -6771622 or 5942424. OLE color: 5942424.

HSL color Cylindrical-coordinate representation of color #98AC5A: hue angle of 74.63º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #98AC5A is Cyan = 0.12, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB15217290-
CMYK0.1200.480.33
HSL74.63º33.06%51.37%-
HSV(B)74.63º47.67%67.45%-
XYZ29.5536.9215.24-
YUV156.6790.37124.67-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.71%
GREEN value IS 172 (67.58% from 255) = 41.55%
BLUE value IS 90 (35.55% from 255) = 21.74%
R=36.71%
G=41.55%
B=21.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal152172900.1200.480.3374.6333.0651.37
Hex98AC5AC030214b2133
Octal23025413214060411134163
Binary10011000101011001011010110001100001000011001011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98AC5A; }

 p { color: rgb(152,172,90); }

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

<style>
 a { background-color: #98AC5A; }

 a { background-color: rgb(152,172,90); }

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

<style>
 span { border-color: #98AC5A; }

 span { border-color: rgb(152,172,90); }

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