#98AE48

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

Shades of Green Smoke #98AE48

Tints of Green Smoke #98AE48

Color information

#98AE48 (or 0x98AE48) is unknown color: approx Green Smoke. HEX triplet: 98, AE and 48. RGB value is (152,174,72). Sum of RGB (Red+Green+Blue) = 152+174+72=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 174 (68.36% from 255 or 43.72% from 398); Blue value is 72 (28.52% from 255 or 18.09% from 398); Max value from RGB is 174 - color contains mainly: green. Hex color #98AE48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #98AE48 is #6751B7. Grayscale: #9C9C9C. Windows color (decimal): -6771128 or 4763288. OLE color: 4763288.

HSL color Cylindrical-coordinate representation of color #98AE48: hue angle of 72.94º degrees, saturation: 0.41, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #98AE48 is Cyan = 0.13, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.32.

Color convert

RGB15217472-
CMYK0.1300.590.32
HSL72.94º41.46%48.24%-
HSV(B)72.94º58.62%68.24%-
XYZ29.2537.4211.81-
YUV155.7980.71125.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 174 (68.36% from 255) = 43.72%
BLUE value IS 72 (28.52% from 255) = 18.09%
R=38.19%
G=43.72%
B=18.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal152174720.1300.590.3272.9441.4648.24
Hex98AE48D03B20492930
Octal23025611015073401115160
Binary10011000101011101001000110101110111000001001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AE48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,174,72); }

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

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

 a { background-color: rgb(152,174,72); }

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

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

 span { border-color: rgb(152,174,72); }

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