#9FC172

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

Shades of Olivine #9FC172

Tints of Olivine #9FC172

Color information

#9FC172 (or 0x9FC172) is unknown color: approx Olivine. HEX triplet: 9F, C1 and 72. RGB value is (159,193,114). Sum of RGB (Red+Green+Blue) = 159+193+114=466 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.12% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC172 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC172 is #603E8D. Grayscale: #AEAEAE. Windows color (decimal): -6307470 or 7520671. OLE color: 7520671.

HSL color Cylindrical-coordinate representation of color #9FC172: hue angle of 85.82º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9FC172 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.24.

Color convert

RGB159193114-
CMYK0.1800.410.24
HSL85.82º38.92%60.2%-
HSV(B)85.82º40.93%75.69%-
XYZ36.4146.7323.02-
YUV173.8394.24117.42-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.12%
GREEN value IS 193 (75.78% from 255) = 41.42%
BLUE value IS 114 (44.92% from 255) = 24.46%
R=34.12%
G=41.42%
B=24.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591931140.1800.410.2485.8238.9260.2
Hex9FC172120291856273c
Octal23730116222051301264774
Binary10011111110000011110010100100101001110001010110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,193,114); }

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

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

 a { background-color: rgb(159,193,114); }

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

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

 span { border-color: rgb(159,193,114); }

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