#9FC57D

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

Shades of Olivine #9FC57D

Tints of Olivine #9FC57D

Color information

#9FC57D (or 0x9FC57D) is unknown color: approx Olivine. HEX triplet: 9F, C5 and 7D. RGB value is (159,197,125). Sum of RGB (Red+Green+Blue) = 159+197+125=481 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.06% from 481); Green value is 197 (77.34% from 255 or 40.96% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC57D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC57D is #603A82. Grayscale: #B1B1B1. Windows color (decimal): -6306435 or 8242591. OLE color: 8242591.

HSL color Cylindrical-coordinate representation of color #9FC57D: hue angle of 91.67º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FC57D is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.23.

Color convert

RGB159197125-
CMYK0.1900.370.23
HSL91.67º38.3%63.14%-
HSV(B)91.67º36.55%77.25%-
XYZ37.9748.7826.82-
YUV177.4398.41114.85-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.06%
GREEN value IS 197 (77.34% from 255) = 40.96%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=33.06%
G=40.96%
B=25.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1591971250.1900.370.2391.6738.363.14
Hex9FC57D13025175c263f
Octal23730517523045271344677
Binary10011111110001011111101100110100101101111011100100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,197,125); }

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

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

 a { background-color: rgb(159,197,125); }

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

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

 span { border-color: rgb(159,197,125); }

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