#98E95D

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

Shades of Conifer #98E95D

Tints of Conifer #98E95D

Color information

#98E95D (or 0x98E95D) is unknown color: approx Conifer. HEX triplet: 98, E9 and 5D. RGB value is (152,233,93). Sum of RGB (Red+Green+Blue) = 152+233+93=478 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.80% from 478); Green value is 233 (91.41% from 255 or 48.74% from 478); Blue value is 93 (36.72% from 255 or 19.46% from 478); Max value from RGB is 233 - color contains mainly: green. Hex color #98E95D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98E95D is #6716A2. Grayscale: #C1C1C1. Windows color (decimal): -6756003 or 6154648. OLE color: 6154648.

HSL color Cylindrical-coordinate representation of color #98E95D: hue angle of 94.71º degrees, saturation: 0.76, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98E95D is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.09.

Color convert

RGB15223393-
CMYK0.3500.600.09
HSL94.71º76.09%63.92%-
HSV(B)94.71º60.09%91.37%-
XYZ44.0665.7420.72-
YUV192.8271.6698.88-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 31.80%
GREEN value IS 233 (91.41% from 255) = 48.74%
BLUE value IS 93 (36.72% from 255) = 19.46%
R=31.80%
G=48.74%
B=19.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152233930.3500.600.0994.7176.0963.92
Hex98E95D2303C95f4c40
Octal2303511354307411137114100
Binary1001100011101001101110110001101111001001101111110011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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