#9EC180

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

Shades of Olivine #9EC180

Tints of Olivine #9EC180

Color information

#9EC180 (or 0x9EC180) is unknown color: approx Olivine. HEX triplet: 9E, C1 and 80. RGB value is (158,193,128). Sum of RGB (Red+Green+Blue) = 158+193+128=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 193 - color contains mainly: green. Hex color #9EC180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9EC180 is #613E7F. Grayscale: #AFAFAF. Windows color (decimal): -6372992 or 8438174. OLE color: 8438174.

HSL color Cylindrical-coordinate representation of color #9EC180: hue angle of 92.31º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EC180 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB158193128-
CMYK0.1800.340.24
HSL92.31º34.39%62.94%-
HSV(B)92.31º33.68%75.69%-
XYZ37.0746.9727.53-
YUV175.12101.4115.79-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 193 (75.78% from 255) = 40.29%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=32.99%
G=40.29%
B=26.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581931280.1800.340.2492.3134.3962.94
Hex9EC18012022185c223f
Octal23630120022042301344277
Binary100111101100000110000000100100100010110001011100100010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,193,128); }

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

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

 a { background-color: rgb(158,193,128); }

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

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

 span { border-color: rgb(158,193,128); }

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