#9DC161

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

Shades of Olivine #9DC161

Tints of Olivine #9DC161

Color information

#9DC161 (or 0x9DC161) is unknown color: approx Olivine. HEX triplet: 9D, C1 and 61. RGB value is (157,193,97). Sum of RGB (Red+Green+Blue) = 157+193+97=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 97 (38.28% from 255 or 21.70% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC161 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC161 is #623E9E. Grayscale: #ABABAB. Windows color (decimal): -6438559 or 6406557. OLE color: 6406557.

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

Color convert

RGB15719397-
CMYK0.1900.500.24
HSL82.5º43.64%56.86%-
HSV(B)82.5º49.74%75.69%-
XYZ35.1346.1718.37-
YUV171.2986.07117.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 193 (75.78% from 255) = 43.18%
BLUE value IS 97 (38.28% from 255) = 21.70%
R=35.12%
G=43.18%
B=21.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal157193970.1900.500.2482.543.6456.86
Hex9DC1611303218522c39
Octal23530114123062301225471
Binary10011101110000011100001100110110010110001010010101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,193,97); }

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

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

 a { background-color: rgb(157,193,97); }

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

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

 span { border-color: rgb(157,193,97); }

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