#98D862

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

Shades of Conifer #98D862

Tints of Conifer #98D862

Color information

#98D862 (or 0x98D862) is unknown color: approx Conifer. HEX triplet: 98, D8 and 62. RGB value is (152,216,98). Sum of RGB (Red+Green+Blue) = 152+216+98=466 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.62% from 466); Green value is 216 (84.77% from 255 or 46.35% from 466); Blue value is 98 (38.67% from 255 or 21.03% from 466); Max value from RGB is 216 - color contains mainly: green. Hex color #98D862 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D862 is #67279D. Grayscale: #B7B7B7. Windows color (decimal): -6760350 or 6477976. OLE color: 6477976.

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

Color convert

RGB15221698-
CMYK0.3000.550.15
HSL92.54º60.2%61.57%-
HSV(B)92.54º54.63%84.71%-
XYZ39.7156.6720.4-
YUV183.4179.8105.59-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.62%
GREEN value IS 216 (84.77% from 255) = 46.35%
BLUE value IS 98 (38.67% from 255) = 21.03%
R=32.62%
G=46.35%
B=21.03%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal152216980.3000.550.1592.5460.261.57
Hex98D8621E037F5d3c3e
Octal23033014236067171357476
Binary1001100011011000110001011110011011111111011101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,216,98); }

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

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

 a { background-color: rgb(152,216,98); }

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

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

 span { border-color: rgb(152,216,98); }

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