#98D15B

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

Shades of Conifer #98D15B

Tints of Conifer #98D15B

Color information

#98D15B (or 0x98D15B) is unknown color: approx Conifer. HEX triplet: 98, D1 and 5B. RGB value is (152,209,91). Sum of RGB (Red+Green+Blue) = 152+209+91=452 (59% of max value = 765). Red value is 152 (59.77% from 255 or 33.63% from 452); Green value is 209 (82.03% from 255 or 46.24% from 452); Blue value is 91 (35.94% from 255 or 20.13% from 452); Max value from RGB is 209 - color contains mainly: green. Hex color #98D15B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D15B is #672EA4. Grayscale: #B2B2B2. Windows color (decimal): -6762149 or 6017432. OLE color: 6017432.

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

Color convert

RGB15220991-
CMYK0.2700.560.18
HSL88.98º56.19%58.82%-
HSV(B)88.98º56.46%81.96%-
XYZ37.6453.0318.15-
YUV178.578.62109.09-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.63%
GREEN value IS 209 (82.03% from 255) = 46.24%
BLUE value IS 91 (35.94% from 255) = 20.13%
R=33.63%
G=46.24%
B=20.13%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152209910.2700.560.1888.9856.1958.82
Hex98D15B1B0381259383b
Octal23032113333070221317073
Binary10011000110100011011011110110111000100101011001111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D15B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,209,91); }

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

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

 a { background-color: rgb(152,209,91); }

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

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

 span { border-color: rgb(152,209,91); }

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