#9ECD71

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

Shades of Olivine #9ECD71

Tints of Olivine #9ECD71

Color information

#9ECD71 (or 0x9ECD71) is unknown color: approx Olivine. HEX triplet: 9E, CD and 71. RGB value is (158,205,113). Sum of RGB (Red+Green+Blue) = 158+205+113=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 205 (80.47% from 255 or 43.07% from 476); Blue value is 113 (44.53% from 255 or 23.74% from 476); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD71 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD71 is #61328E. Grayscale: #B4B4B4. Windows color (decimal): -6369935 or 7458206. OLE color: 7458206.

HSL color Cylindrical-coordinate representation of color #9ECD71: hue angle of 90.65º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ECD71 is Cyan = 0.23, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.20.

Color convert

RGB158205113-
CMYK0.2300.450.20
HSL90.65º47.92%62.35%-
HSV(B)90.65º44.88%80.39%-
XYZ38.9152.1223.63-
YUV180.4689.93111.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.19%
GREEN value IS 205 (80.47% from 255) = 43.07%
BLUE value IS 113 (44.53% from 255) = 23.74%
R=33.19%
G=43.07%
B=23.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1582051130.2300.450.2090.6547.9262.35
Hex9ECD711702D145b303e
Octal23631516127055241336076
Binary10011110110011011110001101110101101101001011011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ECD71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,205,113); }

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

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

 a { background-color: rgb(158,205,113); }

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

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

 span { border-color: rgb(158,205,113); }

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