#9ED163

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

Shades of Olivine #9ED163

Tints of Olivine #9ED163

Color information

#9ED163 (or 0x9ED163) is unknown color: approx Olivine. HEX triplet: 9E, D1 and 63. RGB value is (158,209,99). Sum of RGB (Red+Green+Blue) = 158+209+99=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 209 (82.03% from 255 or 44.85% from 466); Blue value is 99 (39.06% from 255 or 21.24% from 466); Max value from RGB is 209 - color contains mainly: green. Hex color #9ED163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED163 is #612E9C. Grayscale: #B5B5B5. Windows color (decimal): -6368925 or 6541726. OLE color: 6541726.

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

Color convert

RGB15820999-
CMYK0.2400.530.18
HSL87.82º54.46%60.39%-
HSV(B)87.82º52.63%81.96%-
XYZ39.1553.7720.12-
YUV181.2181.6111.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.91%
GREEN value IS 209 (82.03% from 255) = 44.85%
BLUE value IS 99 (39.06% from 255) = 21.24%
R=33.91%
G=44.85%
B=21.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal158209990.2400.530.1887.8254.4660.39
Hex9ED163180351258363c
Octal23632114330065221306674
Binary10011110110100011100011110000110101100101011000110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9ED163; }

 p { color: rgb(158,209,99); }

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

<style>
 a { background-color: #9ED163; }

 a { background-color: rgb(158,209,99); }

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

<style>
 span { border-color: #9ED163; }

 span { border-color: rgb(158,209,99); }

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