#9DC86F

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

Shades of Olivine #9DC86F

Tints of Olivine #9DC86F

Color information

#9DC86F (or 0x9DC86F) is unknown color: approx Olivine. HEX triplet: 9D, C8 and 6F. RGB value is (157,200,111). Sum of RGB (Red+Green+Blue) = 157+200+111=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 200 (78.52% from 255 or 42.74% from 468); Blue value is 111 (43.75% from 255 or 23.72% from 468); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC86F is #623790. Grayscale: #B1B1B1. Windows color (decimal): -6436753 or 7325853. OLE color: 7325853.

HSL color Cylindrical-coordinate representation of color #9DC86F: hue angle of 88.99º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9DC86F is Cyan = 0.22, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.22.

Color convert

RGB157200111-
CMYK0.2200.440.22
HSL88.99º44.72%60.98%-
HSV(B)88.99º44.5%78.43%-
XYZ37.4349.6222.64-
YUV17790.75113.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.55%
GREEN value IS 200 (78.52% from 255) = 42.74%
BLUE value IS 111 (43.75% from 255) = 23.72%
R=33.55%
G=42.74%
B=23.72%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1572001110.2200.440.2288.9944.7260.98
Hex9DC86F1602C16592d3d
Octal23531015726054261315575
Binary10011101110010001101111101100101100101101011001101101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,200,111); }

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

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

 a { background-color: rgb(157,200,111); }

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

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

 span { border-color: rgb(157,200,111); }

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