#9FD966

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

Shades of Conifer #9FD966

Tints of Conifer #9FD966

Color information

#9FD966 (or 0x9FD966) is unknown color: approx Conifer. HEX triplet: 9F, D9 and 66. RGB value is (159,217,102). Sum of RGB (Red+Green+Blue) = 159+217+102=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 102 (40.23% from 255 or 21.34% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #9FD966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD966 is #602699. Grayscale: #BABABA. Windows color (decimal): -6301338 or 6740383. OLE color: 6740383.

HSL color Cylindrical-coordinate representation of color #9FD966: hue angle of 90.26º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FD966 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB159217102-
CMYK0.2700.530.15
HSL90.26º60.21%62.55%-
HSV(B)90.26º53%85.1%-
XYZ41.5157.9621.57-
YUV186.5580.28108.35-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.26%
GREEN value IS 217 (85.16% from 255) = 45.40%
BLUE value IS 102 (40.23% from 255) = 21.34%
R=33.26%
G=45.40%
B=21.34%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1592171020.2700.530.1590.2660.2162.55
Hex9FD9661B035F5a3c3f
Octal23733114633065171327477
Binary1001111111011001110011011011011010111111011010111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FD966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,217,102); }

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

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

 a { background-color: rgb(159,217,102); }

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

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

 span { border-color: rgb(159,217,102); }

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