#9FD765

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

Shades of Conifer #9FD765

Tints of Conifer #9FD765

Color information

#9FD765 (or 0x9FD765) is unknown color: approx Conifer. HEX triplet: 9F, D7 and 65. RGB value is (159,215,101). Sum of RGB (Red+Green+Blue) = 159+215+101=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 215 (84.38% from 255 or 45.26% from 475); Blue value is 101 (39.84% from 255 or 21.26% from 475); Max value from RGB is 215 - color contains mainly: green. Hex color #9FD765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD765 is #60289A. Grayscale: #B9B9B9. Windows color (decimal): -6301851 or 6674335. OLE color: 6674335.

HSL color Cylindrical-coordinate representation of color #9FD765: hue angle of 89.47º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FD765 is Cyan = 0.26, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB159215101-
CMYK0.2600.530.16
HSL89.47º58.76%61.96%-
HSV(B)89.47º53.02%84.31%-
XYZ40.9556.9121.14-
YUV185.2680.45109.27-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.47%
GREEN value IS 215 (84.38% from 255) = 45.26%
BLUE value IS 101 (39.84% from 255) = 21.26%
R=33.47%
G=45.26%
B=21.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1592151010.2600.530.1689.4758.7661.96
Hex9FD7651A03510593b3e
Octal23732714532065201317376
Binary10011111110101111100101110100110101100001011001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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