#98E156

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

Shades of Conifer #98E156

Tints of Conifer #98E156

Color information

#98E156 (or 0x98E156) is unknown color: approx Conifer. HEX triplet: 98, E1 and 56. RGB value is (152,225,86). Sum of RGB (Red+Green+Blue) = 152+225+86=463 (61% of max value = 765). Red value is 152 (59.77% from 255 or 32.83% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #98E156 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E156 is #671EA9. Grayscale: #BBBBBB. Windows color (decimal): -6758058 or 5693848. OLE color: 5693848.

HSL color Cylindrical-coordinate representation of color #98E156: hue angle of 91.51º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #98E156 is Cyan = 0.32, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.12.

Color convert

RGB15222586-
CMYK0.3200.620.12
HSL91.51º69.85%60.98%-
HSV(B)91.51º61.78%88.24%-
XYZ41.5561.218.43-
YUV187.3370.82102.8-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 32.83%
GREEN value IS 225 (88.28% from 255) = 48.60%
BLUE value IS 86 (33.98% from 255) = 18.57%
R=32.83%
G=48.60%
B=18.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal152225860.3200.620.1291.5169.8560.98
Hex98E1562003EC5c463d
Octal230341126400761413410675
Binary100110001110000110101101000000111110110010111001000110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98E156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,225,86); }

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

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

 a { background-color: rgb(152,225,86); }

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

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

 span { border-color: rgb(152,225,86); }

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