#9ECF6A

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

Shades of Olivine #9ECF6A

Tints of Olivine #9ECF6A

Color information

#9ECF6A (or 0x9ECF6A) is unknown color: approx Olivine. HEX triplet: 9E, CF and 6A. RGB value is (158,207,106). Sum of RGB (Red+Green+Blue) = 158+207+106=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF6A is #613095. Grayscale: #B5B5B5. Windows color (decimal): -6369430 or 6999966. OLE color: 6999966.

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

Color convert

RGB158207106-
CMYK0.2400.490.19
HSL89.11º51.27%61.37%-
HSV(B)89.11º48.79%81.18%-
XYZ39.0152.9421.8-
YUV180.8385.77111.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 106 (41.80% from 255) = 22.51%
R=33.55%
G=43.95%
B=22.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1582071060.2400.490.1989.1151.2761.37
Hex9ECF6A180311359333d
Octal23631715230061231316375
Binary10011110110011111101010110000110001100111011001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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