#9DCA6F

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

Shades of Olivine #9DCA6F

Tints of Olivine #9DCA6F

Color information

#9DCA6F (or 0x9DCA6F) is unknown color: approx Olivine. HEX triplet: 9D, CA and 6F. RGB value is (157,202,111). Sum of RGB (Red+Green+Blue) = 157+202+111=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 202 (79.30% from 255 or 42.98% from 470); Blue value is 111 (43.75% from 255 or 23.62% from 470); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA6F is #623590. Grayscale: #B2B2B2. Windows color (decimal): -6436241 or 7326365. OLE color: 7326365.

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

Color convert

RGB157202111-
CMYK0.2200.450.21
HSL89.67º46.19%61.37%-
HSV(B)89.67º45.05%79.22%-
XYZ37.8950.5622.8-
YUV178.1790.09112.9-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 202 (79.30% from 255) = 42.98%
BLUE value IS 111 (43.75% from 255) = 23.62%
R=33.40%
G=42.98%
B=23.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1572021110.2200.450.2189.6746.1961.37
Hex9DCA6F1602D155a2e3d
Octal23531215726055251325675
Binary10011101110010101101111101100101101101011011010101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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