#98D45D

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

Shades of Conifer #98D45D

Tints of Conifer #98D45D

Color information

#98D45D (or 0x98D45D) is unknown color: approx Conifer. HEX triplet: 98, D4 and 5D. RGB value is (152,212,93). Sum of RGB (Red+Green+Blue) = 152+212+93=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 212 (83.20% from 255 or 46.39% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 212 - color contains mainly: green. Hex color #98D45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D45D is #672BA2. Grayscale: #B4B4B4. Windows color (decimal): -6761379 or 6149272. OLE color: 6149272.

HSL color Cylindrical-coordinate representation of color #98D45D: hue angle of 90.25º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #98D45D is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB15221293-
CMYK0.2800.560.17
HSL90.25º58.05%59.8%-
HSV(B)90.25º56.13%83.14%-
XYZ38.4754.5518.86-
YUV180.4978.62107.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 212 (83.20% from 255) = 46.39%
BLUE value IS 93 (36.72% from 255) = 20.35%
R=33.26%
G=46.39%
B=20.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal152212930.2800.560.1790.2558.0559.8
Hex98D45D1C038115a3a3c
Octal23032413534070211327274
Binary10011000110101001011101111000111000100011011010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D45D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,212,93); }

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

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

 a { background-color: rgb(152,212,93); }

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

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

 span { border-color: rgb(152,212,93); }

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