#98D160

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

Shades of Olivine #98D160

Tints of Olivine #98D160

Color information

#98D160 (or 0x98D160) is unknown color: approx Olivine. HEX triplet: 98, D1 and 60. RGB value is (152,209,96). Sum of RGB (Red+Green+Blue) = 152+209+96=457 (60% of max value = 765). Red value is 152 (59.77% from 255 or 33.26% from 457); Green value is 209 (82.03% from 255 or 45.73% from 457); Blue value is 96 (37.89% from 255 or 21.01% from 457); Max value from RGB is 209 - color contains mainly: green. Hex color #98D160 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98D160 is #672E9F. Grayscale: #B3B3B3. Windows color (decimal): -6762144 or 6345112. OLE color: 6345112.

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

Color convert

RGB15220996-
CMYK0.2700.540.18
HSL90.27º55.12%59.8%-
HSV(B)90.27º54.07%81.96%-
XYZ37.8653.1219.32-
YUV179.0881.12108.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 33.26%
GREEN value IS 209 (82.03% from 255) = 45.73%
BLUE value IS 96 (37.89% from 255) = 21.01%
R=33.26%
G=45.73%
B=21.01%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152209960.2700.540.1890.2755.1259.8
Hex98D1601B036125a373c
Octal23032114033066221326774
Binary10011000110100011100000110110110110100101011010110111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98D160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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