#9EC365

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

Shades of Olivine #9EC365

Tints of Olivine #9EC365

Color information

#9EC365 (or 0x9EC365) is unknown color: approx Olivine. HEX triplet: 9E, C3 and 65. RGB value is (158,195,101). Sum of RGB (Red+Green+Blue) = 158+195+101=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 195 (76.56% from 255 or 42.95% from 454); Blue value is 101 (39.84% from 255 or 22.25% from 454); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC365 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC365 is #613C9A. Grayscale: #ADADAD. Windows color (decimal): -6372507 or 6669214. OLE color: 6669214.

HSL color Cylindrical-coordinate representation of color #9EC365: hue angle of 83.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EC365 is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB158195101-
CMYK0.1900.480.24
HSL83.62º43.93%58.04%-
HSV(B)83.62º48.21%76.47%-
XYZ35.9647.2419.53-
YUV173.2287.24117.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.80%
GREEN value IS 195 (76.56% from 255) = 42.95%
BLUE value IS 101 (39.84% from 255) = 22.25%
R=34.80%
G=42.95%
B=22.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581951010.1900.480.2483.6243.9358.04
Hex9EC3651303018542c3a
Octal23630314523060301245472
Binary10011110110000111100101100110110000110001010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EC365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,195,101); }

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

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

 a { background-color: rgb(158,195,101); }

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

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

 span { border-color: rgb(158,195,101); }

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