#9DCA5F

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

Shades of Olivine #9DCA5F

Tints of Olivine #9DCA5F

Color information

#9DCA5F (or 0x9DCA5F) is unknown color: approx Olivine. HEX triplet: 9D, CA and 5F. RGB value is (157,202,95). Sum of RGB (Red+Green+Blue) = 157+202+95=454 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.58% from 454); Green value is 202 (79.30% from 255 or 44.49% from 454); Blue value is 95 (37.5% from 255 or 20.93% from 454); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA5F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA5F is #6235A0. Grayscale: #B0B0B0. Windows color (decimal): -6436257 or 6277789. OLE color: 6277789.

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

Color convert

RGB15720295-
CMYK0.2200.530.21
HSL85.23º50.23%58.24%-
HSV(B)85.23º52.97%79.22%-
XYZ37.0950.2418.57-
YUV176.3582.09114.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.58%
GREEN value IS 202 (79.30% from 255) = 44.49%
BLUE value IS 95 (37.5% from 255) = 20.93%
R=34.58%
G=44.49%
B=20.93%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157202950.2200.530.2185.2350.2358.24
Hex9DCA5F160351555323a
Octal23531213726065251256272
Binary10011101110010101011111101100110101101011010101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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