#98F059

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

Shades of Conifer #98F059

Tints of Conifer #98F059

Color information

#98F059 (or 0x98F059) is unknown color: approx Conifer. HEX triplet: 98, F0 and 59. RGB value is (152,240,89). Sum of RGB (Red+Green+Blue) = 152+240+89=481 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.60% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 89 (35.16% from 255 or 18.50% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #98F059 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F059 is #670FA6. Grayscale: #C4C4C4. Windows color (decimal): -6754215 or 5894296. OLE color: 5894296.

HSL color Cylindrical-coordinate representation of color #98F059: hue angle of 94.97º degrees, saturation: 0.83, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #98F059 is Cyan = 0.37, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.06.

Color convert

RGB15224089-
CMYK0.3700.630.06
HSL94.97º83.43%64.51%-
HSV(B)94.97º62.92%94.12%-
XYZ45.9169.7220.49-
YUV196.4767.3596.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.60%
GREEN value IS 240 (94.14% from 255) = 49.90%
BLUE value IS 89 (35.16% from 255) = 18.50%
R=31.60%
G=49.90%
B=18.50%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152240890.3700.630.0694.9783.4364.51
Hex98F0592503F65f5341
Octal230360131450776137123101
Binary100110001111000010110011001010111111110101111110100111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,240,89); }

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

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

 a { background-color: rgb(152,240,89); }

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

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

 span { border-color: rgb(152,240,89); }

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