#9FD165

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

Shades of Olivine #9FD165

Tints of Olivine #9FD165

Color information

#9FD165 (or 0x9FD165) is unknown color: approx Olivine. HEX triplet: 9F, D1 and 65. RGB value is (159,209,101). Sum of RGB (Red+Green+Blue) = 159+209+101=469 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.90% from 469); Green value is 209 (82.03% from 255 or 44.56% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD165 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD165 is #602E9A. Grayscale: #B6B6B6. Windows color (decimal): -6303387 or 6672799. OLE color: 6672799.

HSL color Cylindrical-coordinate representation of color #9FD165: hue angle of 87.78º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FD165 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.18.

Color convert

RGB159209101-
CMYK0.2400.520.18
HSL87.78º54%60.78%-
HSV(B)87.78º51.67%81.96%-
XYZ39.4553.9120.64-
YUV181.7482.44111.78-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.90%
GREEN value IS 209 (82.03% from 255) = 44.56%
BLUE value IS 101 (39.84% from 255) = 21.54%
R=33.90%
G=44.56%
B=21.54%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1592091010.2400.520.1887.785460.78
Hex9FD165180341258363d
Octal23732114530064221306675
Binary10011111110100011100101110000110100100101011000110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,209,101); }

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

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

 a { background-color: rgb(159,209,101); }

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

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

 span { border-color: rgb(159,209,101); }

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