#98AF5E

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

Shades of Green Smoke #98AF5E

Tints of Green Smoke #98AF5E

Color information

#98AF5E (or 0x98AF5E) is unknown color: approx Green Smoke. HEX triplet: 98, AF and 5E. RGB value is (152,175,94). Sum of RGB (Red+Green+Blue) = 152+175+94=421 (55% of max value = 765). Red value is 152 (59.77% from 255 or 36.10% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 94 (37.11% from 255 or 22.33% from 421); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF5E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AF5E is #6750A1. Grayscale: #9F9F9F. Windows color (decimal): -6770850 or 6205336. OLE color: 6205336.

HSL color Cylindrical-coordinate representation of color #98AF5E: hue angle of 77.04º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #98AF5E is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB15217594-
CMYK0.1300.460.31
HSL77.04º33.61%52.75%-
HSV(B)77.04º46.29%68.63%-
XYZ30.338.1416.36-
YUV158.8991.38123.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 36.10%
GREEN value IS 175 (68.75% from 255) = 41.57%
BLUE value IS 94 (37.11% from 255) = 22.33%
R=36.10%
G=41.57%
B=22.33%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152175940.1300.460.3177.0433.6152.75
Hex98AF5ED02E1F4d2235
Octal23025713615056371154265
Binary1001100010101111101111011010101110111111001101100010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,175,94); }

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

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

 a { background-color: rgb(152,175,94); }

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

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

 span { border-color: rgb(152,175,94); }

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