#98F060

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

Shades of Conifer #98F060

Tints of Conifer #98F060

Color information

#98F060 (or 0x98F060) is unknown color: approx Conifer. HEX triplet: 98, F0 and 60. RGB value is (152,240,96). Sum of RGB (Red+Green+Blue) = 152+240+96=488 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.15% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 96 (37.89% from 255 or 19.67% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #98F060 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F060 is #670F9F. Grayscale: #C5C5C5. Windows color (decimal): -6754208 or 6353048. OLE color: 6353048.

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

Color convert

RGB15224096-
CMYK0.3700.60.06
HSL96.67º82.76%65.88%-
HSV(B)96.67º60%94.12%-
XYZ46.2269.8422.11-
YUV197.2770.8595.71-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.15%
GREEN value IS 240 (94.14% from 255) = 49.18%
BLUE value IS 96 (37.89% from 255) = 19.67%
R=31.15%
G=49.18%
B=19.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal152240960.3700.60.0696.6782.7665.88
Hex98F0602503C6615342
Octal230360140450746141123102
Binary100110001111000011000001001010111100110110000110100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98F060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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