#98AF60

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

Shades of Green Smoke #98AF60

Tints of Green Smoke #98AF60

Color information

#98AF60 (or 0x98AF60) is unknown color: approx Green Smoke. HEX triplet: 98, AF and 60. RGB value is (152,175,96). Sum of RGB (Red+Green+Blue) = 152+175+96=423 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.93% from 423); Green value is 175 (68.75% from 255 or 41.37% from 423); Blue value is 96 (37.89% from 255 or 22.70% from 423); Max value from RGB is 175 - color contains mainly: green. Hex color #98AF60 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98AF60 is #67509F. Grayscale: #9F9F9F. Windows color (decimal): -6770848 or 6336408. OLE color: 6336408.

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

Color convert

RGB15217596-
CMYK0.1300.450.31
HSL77.47º33.05%53.14%-
HSV(B)77.47º45.14%68.63%-
XYZ30.3938.1816.83-
YUV159.1292.38122.92-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 35.93%
GREEN value IS 175 (68.75% from 255) = 41.37%
BLUE value IS 96 (37.89% from 255) = 22.70%
R=35.93%
G=41.37%
B=22.70%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152175960.1300.450.3177.4733.0553.14
Hex98AF60D02D1F4d2135
Octal23025714015055371154165
Binary1001100010101111110000011010101101111111001101100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98AF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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