#98DA5F

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

Shades of Conifer #98DA5F

Tints of Conifer #98DA5F

Color information

#98DA5F (or 0x98DA5F) is unknown color: approx Conifer. HEX triplet: 98, DA and 5F. RGB value is (152,218,95). Sum of RGB (Red+Green+Blue) = 152+218+95=465 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.69% from 465); Green value is 218 (85.55% from 255 or 46.88% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 218 - color contains mainly: green. Hex color #98DA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98DA5F is #6725A0. Grayscale: #B8B8B8. Windows color (decimal): -6759841 or 6281880. OLE color: 6281880.

HSL color Cylindrical-coordinate representation of color #98DA5F: hue angle of 92.2º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98DA5F is Cyan = 0.30, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.

Color convert

RGB15221895-
CMYK0.3000.560.15
HSL92.2º62.44%61.37%-
HSV(B)92.2º56.42%85.49%-
XYZ40.0957.6419.84-
YUV184.2477.63105-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.69%
GREEN value IS 218 (85.55% from 255) = 46.88%
BLUE value IS 95 (37.5% from 255) = 20.43%
R=32.69%
G=46.88%
B=20.43%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152218950.3000.560.1592.262.4461.37
Hex98DA5F1E038F5c3e3d
Octal23033213736070171347675
Binary1001100011011010101111111110011100011111011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98DA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,218,95); }

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

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

 a { background-color: rgb(152,218,95); }

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

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

 span { border-color: rgb(152,218,95); }

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