#9DC96D

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

Shades of Olivine #9DC96D

Tints of Olivine #9DC96D

Color information

#9DC96D (or 0x9DC96D) is unknown color: approx Olivine. HEX triplet: 9D, C9 and 6D. RGB value is (157,201,109). Sum of RGB (Red+Green+Blue) = 157+201+109=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 201 (78.91% from 255 or 43.04% from 467); Blue value is 109 (42.97% from 255 or 23.34% from 467); Max value from RGB is 201 - color contains mainly: green. Hex color #9DC96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC96D is #623692. Grayscale: #B1B1B1. Windows color (decimal): -6436499 or 7195037. OLE color: 7195037.

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

Color convert

RGB157201109-
CMYK0.2200.460.21
HSL88.7º46%60.78%-
HSV(B)88.7º45.77%78.82%-
XYZ37.5550.0522.15-
YUV177.3689.42113.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.62%
GREEN value IS 201 (78.91% from 255) = 43.04%
BLUE value IS 109 (42.97% from 255) = 23.34%
R=33.62%
G=43.04%
B=23.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572011090.2200.460.2188.74660.78
Hex9DC96D1602E15592e3d
Octal23531115526056251315675
Binary10011101110010011101101101100101110101011011001101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,201,109); }

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

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

 a { background-color: rgb(157,201,109); }

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

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

 span { border-color: rgb(157,201,109); }

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