#9DC75C

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

Shades of Olivine #9DC75C

Tints of Olivine #9DC75C

Color information

#9DC75C (or 0x9DC75C) is unknown color: approx Olivine. HEX triplet: 9D, C7 and 5C. RGB value is (157,199,92). Sum of RGB (Red+Green+Blue) = 157+199+92=448 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.04% from 448); Green value is 199 (78.12% from 255 or 44.42% from 448); Blue value is 92 (36.33% from 255 or 20.54% from 448); Max value from RGB is 199 - color contains mainly: green. Hex color #9DC75C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC75C is #6238A3. Grayscale: #AEAEAE. Windows color (decimal): -6437028 or 6080413. OLE color: 6080413.

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

Color convert

RGB15719992-
CMYK0.2100.540.22
HSL83.55º48.86%57.06%-
HSV(B)83.55º53.77%78.04%-
XYZ36.2648.7917.63-
YUV174.2481.59115.7-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.04%
GREEN value IS 199 (78.12% from 255) = 44.42%
BLUE value IS 92 (36.33% from 255) = 20.54%
R=35.04%
G=44.42%
B=20.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal157199920.2100.540.2283.5548.8657.06
Hex9DC75C1503616543139
Octal23530713425066261246171
Binary10011101110001111011100101010110110101101010100110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DC75C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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