#9DCA5C

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

Shades of Olivine #9DCA5C

Tints of Olivine #9DCA5C

Color information

#9DCA5C (or 0x9DCA5C) is unknown color: approx Olivine. HEX triplet: 9D, CA and 5C. RGB value is (157,202,92). Sum of RGB (Red+Green+Blue) = 157+202+92=451 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.81% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #9DCA5C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DCA5C is #6235A3. Grayscale: #B0B0B0. Windows color (decimal): -6436260 or 6081181. OLE color: 6081181.

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

Color convert

RGB15720292-
CMYK0.2200.540.21
HSL84.55º50.93%57.65%-
HSV(B)84.55º54.46%79.22%-
XYZ36.9650.1817.86-
YUV17680.59114.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.81%
GREEN value IS 202 (79.30% from 255) = 44.79%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=34.81%
G=44.79%
B=20.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal157202920.2200.540.2184.5550.9357.65
Hex9DCA5C160361555333a
Octal23531213426066251256372
Binary10011101110010101011100101100110110101011010101110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DCA5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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