#9FDA5E

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

Shades of Conifer #9FDA5E

Tints of Conifer #9FDA5E

Color information

#9FDA5E (or 0x9FDA5E) is unknown color: approx Conifer. HEX triplet: 9F, DA and 5E. RGB value is (159,218,94). Sum of RGB (Red+Green+Blue) = 159+218+94=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 94 (37.11% from 255 or 19.96% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #9FDA5E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FDA5E is #6025A1. Grayscale: #BABABA. Windows color (decimal): -6301090 or 6216351. OLE color: 6216351.

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

Color convert

RGB15921894-
CMYK0.2700.570.15
HSL88.55º62.63%61.18%-
HSV(B)88.55º56.88%85.49%-
XYZ41.3958.3219.67-
YUV186.2275.95108.58-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 33.76%
GREEN value IS 218 (85.55% from 255) = 46.28%
BLUE value IS 94 (37.11% from 255) = 19.96%
R=33.76%
G=46.28%
B=19.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal159218940.2700.570.1588.5562.6361.18
Hex9FDA5E1B039F593f3d
Octal23733213633071171317775
Binary1001111111011010101111011011011100111111011001111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FDA5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,218,94); }

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

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

 a { background-color: rgb(159,218,94); }

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

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

 span { border-color: rgb(159,218,94); }

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