#98D55E

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

Shades of Conifer #98D55E

Tints of Conifer #98D55E

Color information

#98D55E (or 0x98D55E) is unknown color: approx Conifer. HEX triplet: 98, D5 and 5E. RGB value is (152,213,94). Sum of RGB (Red+Green+Blue) = 152+213+94=459 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.12% from 459); Green value is 213 (83.59% from 255 or 46.41% from 459); Blue value is 94 (37.11% from 255 or 20.48% from 459); Max value from RGB is 213 - color contains mainly: green. Hex color #98D55E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D55E is #672AA1. Grayscale: #B5B5B5. Windows color (decimal): -6761122 or 6215064. OLE color: 6215064.

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

Color convert

RGB15221394-
CMYK0.2900.560.16
HSL90.76º58.62%60.2%-
HSV(B)90.76º55.87%83.53%-
XYZ38.7655.0719.18-
YUV181.278.79107.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.12%
GREEN value IS 213 (83.59% from 255) = 46.41%
BLUE value IS 94 (37.11% from 255) = 20.48%
R=33.12%
G=46.41%
B=20.48%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal152213940.2900.560.1690.7658.6260.2
Hex98D55E1D038105b3b3c
Octal23032513635070201337374
Binary10011000110101011011110111010111000100001011011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D55E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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