#98D55C

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

Shades of Conifer #98D55C

Tints of Conifer #98D55C

Color information

#98D55C (or 0x98D55C) is unknown color: approx Conifer. HEX triplet: 98, D5 and 5C. RGB value is (152,213,92). Sum of RGB (Red+Green+Blue) = 152+213+92=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 213 (83.59% from 255 or 46.61% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 213 - color contains mainly: green. Hex color #98D55C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D55C is #672AA3. Grayscale: #B5B5B5. Windows color (decimal): -6761124 or 6083992. OLE color: 6083992.

HSL color Cylindrical-coordinate representation of color #98D55C: hue angle of 90.25º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98D55C is Cyan = 0.29, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.16.

Color convert

RGB15221392-
CMYK0.2900.570.16
HSL90.25º59.02%59.8%-
HSV(B)90.25º56.81%83.53%-
XYZ38.6755.0418.71-
YUV180.9777.79107.34-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 213 (83.59% from 255) = 46.61%
BLUE value IS 92 (36.33% from 255) = 20.13%
R=33.26%
G=46.61%
B=20.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152213920.2900.570.1690.2559.0259.8
Hex98D55C1D039105a3b3c
Octal23032513435071201327374
Binary10011000110101011011100111010111001100001011010111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D55C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,213,92); }

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

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

 a { background-color: rgb(152,213,92); }

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

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

 span { border-color: rgb(152,213,92); }

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