#9ECF64

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

Shades of Olivine #9ECF64

Tints of Olivine #9ECF64

Color information

#9ECF64 (or 0x9ECF64) is unknown color: approx Olivine. HEX triplet: 9E, CF and 64. RGB value is (158,207,100). Sum of RGB (Red+Green+Blue) = 158+207+100=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 207 (81.25% from 255 or 44.52% from 465); Blue value is 100 (39.45% from 255 or 21.51% from 465); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF64 is #61309B. Grayscale: #B4B4B4. Windows color (decimal): -6369436 or 6606750. OLE color: 6606750.

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

Color convert

RGB158207100-
CMYK0.2400.520.19
HSL87.48º52.71%60.2%-
HSV(B)87.48º51.69%81.18%-
XYZ38.7152.8120.21-
YUV180.1582.77112.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.98%
GREEN value IS 207 (81.25% from 255) = 44.52%
BLUE value IS 100 (39.45% from 255) = 21.51%
R=33.98%
G=44.52%
B=21.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071000.2400.520.1987.4852.7160.2
Hex9ECF64180341357353c
Octal23631714430064231276574
Binary10011110110011111100100110000110100100111010111110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,207,100); }

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

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

 a { background-color: rgb(158,207,100); }

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

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

 span { border-color: rgb(158,207,100); }

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