#9FC95F

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

Shades of Olivine #9FC95F

Tints of Olivine #9FC95F

Color information

#9FC95F (or 0x9FC95F) is unknown color: approx Olivine. HEX triplet: 9F, C9 and 5F. RGB value is (159,201,95). Sum of RGB (Red+Green+Blue) = 159+201+95=455 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.95% from 455); Green value is 201 (78.91% from 255 or 44.18% from 455); Blue value is 95 (37.5% from 255 or 20.88% from 455); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC95F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC95F is #6036A0. Grayscale: #B0B0B0. Windows color (decimal): -6305441 or 6277535. OLE color: 6277535.

HSL color Cylindrical-coordinate representation of color #9FC95F: hue angle of 83.77º 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 #9FC95F is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.21.

Color convert

RGB15920195-
CMYK0.2100.530.21
HSL83.77º49.53%58.04%-
HSV(B)83.77º52.74%78.82%-
XYZ37.2549.9718.51-
YUV176.3682.09115.62-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.95%
GREEN value IS 201 (78.91% from 255) = 44.18%
BLUE value IS 95 (37.5% from 255) = 20.88%
R=34.95%
G=44.18%
B=20.88%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159201950.2100.530.2183.7749.5358.04
Hex9FC95F150351554323a
Octal23731113725065251246272
Binary10011111110010011011111101010110101101011010100110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC95F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,201,95); }

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

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

 a { background-color: rgb(159,201,95); }

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

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

 span { border-color: rgb(159,201,95); }

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