#98D059

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

Shades of Conifer #98D059

Tints of Conifer #98D059

Color information

#98D059 (or 0x98D059) is unknown color: approx Conifer. HEX triplet: 98, D0 and 59. RGB value is (152,208,89). Sum of RGB (Red+Green+Blue) = 152+208+89=449 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.85% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 89 (35.16% from 255 or 19.82% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #98D059 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D059 is #672FA6. Grayscale: #B2B2B2. Windows color (decimal): -6762407 or 5886104. OLE color: 5886104.

HSL color Cylindrical-coordinate representation of color #98D059: hue angle of 88.24º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98D059 is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB15220889-
CMYK0.2700.570.18
HSL88.24º55.87%58.24%-
HSV(B)88.24º57.21%81.57%-
XYZ37.3152.5117.62-
YUV177.6977.95109.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.85%
GREEN value IS 208 (81.64% from 255) = 46.33%
BLUE value IS 89 (35.16% from 255) = 19.82%
R=33.85%
G=46.33%
B=19.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152208890.2700.570.1888.2455.8758.24
Hex98D0591B0391258383a
Octal23032013133071221307072
Binary10011000110100001011001110110111001100101011000111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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