#9FC45C

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

Shades of Olivine #9FC45C

Tints of Olivine #9FC45C

Color information

#9FC45C (or 0x9FC45C) is unknown color: approx Olivine. HEX triplet: 9F, C4 and 5C. RGB value is (159,196,92). Sum of RGB (Red+Green+Blue) = 159+196+92=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 196 (76.95% from 255 or 43.85% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 196 - color contains mainly: green. Hex color #9FC45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC45C is #603BA3. Grayscale: #ADADAD. Windows color (decimal): -6306724 or 6079647. OLE color: 6079647.

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

Color convert

RGB15919692-
CMYK0.1900.530.23
HSL81.35º46.85%56.47%-
HSV(B)81.35º53.06%76.86%-
XYZ35.9747.6217.42-
YUV173.0882.24117.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.57%
GREEN value IS 196 (76.95% from 255) = 43.85%
BLUE value IS 92 (36.33% from 255) = 20.58%
R=35.57%
G=43.85%
B=20.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal159196920.1900.530.2381.3546.8556.47
Hex9FC45C1303517512f38
Octal23730413423065271215770
Binary10011111110001001011100100110110101101111010001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC45C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,196,92); }

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

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

 a { background-color: rgb(159,196,92); }

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

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

 span { border-color: rgb(159,196,92); }

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