#9FC267

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

Shades of Olivine #9FC267

Tints of Olivine #9FC267

Color information

#9FC267 (or 0x9FC267) is unknown color: approx Olivine. HEX triplet: 9F, C2 and 67. RGB value is (159,194,103). Sum of RGB (Red+Green+Blue) = 159+194+103=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 194 (76.17% from 255 or 42.54% from 456); Blue value is 103 (40.62% from 255 or 22.59% from 456); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC267 is #603D98. Grayscale: #ADADAD. Windows color (decimal): -6307225 or 6800031. OLE color: 6800031.

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

Color convert

RGB159194103-
CMYK0.1800.470.24
HSL83.08º42.72%58.24%-
HSV(B)83.08º46.91%76.08%-
XYZ36.0446.9319.99-
YUV173.1688.4117.9-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 194 (76.17% from 255) = 42.54%
BLUE value IS 103 (40.62% from 255) = 22.59%
R=34.87%
G=42.54%
B=22.59%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1591941030.1800.470.2483.0842.7258.24
Hex9FC2671202F18532b3a
Octal23730214722057301235372
Binary10011111110000101100111100100101111110001010011101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,194,103); }

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

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

 a { background-color: rgb(159,194,103); }

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

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

 span { border-color: rgb(159,194,103); }

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