#98f15c

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

Shades of Conifer #98F15C

Tints of Conifer #98F15C

Color information

#98F15C (or 0x98F15C) is unknown color: approx Conifer. HEX triplet: 98, F1 and 5C. RGB value is (152,241,92). Sum of RGB (Red+Green+Blue) = 152+241+92=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 241 (94.53% from 255 or 49.69% from 485); Blue value is 92 (36.33% from 255 or 18.97% from 485); Max value from RGB is 241 - color contains mainly: green. Hex color #98F15C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F15C is #670EA3. Grayscale: #C5C5C5. Windows color (decimal): -6753956 or 6091160. OLE color: 6091160.

HSL color Cylindrical-coordinate representation of color #98F15C: hue angle of 95.84º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98F15C is Cyan = 0.37, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB15224192-
CMYK0.3700.620.05
HSL95.84º84.18%65.29%-
HSV(B)95.84º61.83%94.51%-
XYZ46.3470.3621.26-
YUV197.468.5195.62-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.34%
GREEN value IS 241 (94.53% from 255) = 49.69%
BLUE value IS 92 (36.33% from 255) = 18.97%
R=31.34%
G=49.69%
B=18.97%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal152241920.3700.620.0595.8484.1865.29
Hex98F15C2503E5605441
Octal230361134450765140124101
Binary100110001111000110111001001010111110101110000010101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98f15c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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