#9FC85C

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

Shades of Olivine #9FC85C

Tints of Olivine #9FC85C

Color information

#9FC85C (or 0x9FC85C) is unknown color: approx Olivine. HEX triplet: 9F, C8 and 5C. RGB value is (159,200,92). Sum of RGB (Red+Green+Blue) = 159+200+92=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 92 (36.33% from 255 or 20.40% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC85C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC85C is #6037A3. Grayscale: #AFAFAF. Windows color (decimal): -6305700 or 6080671. OLE color: 6080671.

HSL color Cylindrical-coordinate representation of color #9FC85C: hue angle of 82.78º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FC85C is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB15920092-
CMYK0.2000.540.22
HSL82.78º49.54%57.25%-
HSV(B)82.78º54%78.43%-
XYZ36.8849.4517.73-
YUV175.4380.92116.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 200 (78.52% from 255) = 44.35%
BLUE value IS 92 (36.33% from 255) = 20.40%
R=35.25%
G=44.35%
B=20.40%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal159200920.2000.540.2282.7849.5457.25
Hex9FC85C1403616533239
Octal23731013424066261236271
Binary10011111110010001011100101000110110101101010011110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FC85C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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